@include('flash::message')
Section Name |
Category ID |
image url |
Action |
@if(count($section)>0)
@foreach ($section as $key=>$label)
{{ $label->section_name }} |
{{ $label->category_id }} |
{{ $label->image_url }}
|
|
@endforeach
@else
No record found! |
@endif
@endsection