@extends('layouts.dashboard') @section('title', 'Manage Set Up') @section('myJS') @endsection @section('content')
@include('dashboard.MasterSetup.Header')
@foreach($textBlockList as $textBlock) @endforeach
Text Block ID Text Block Name Multiline Allow HTML Operations
{{$textBlock->TextBlockID}} {{$textBlock->TextBlockName}}
|
@endsection