Manage Ecosystem Category
@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
Ecosystem Category Lists
Add
| # |
Sorting |
Category Name |
Status |
Action |
@php $i=1;@endphp
@foreach($categories as $category)
| {{$i++}} |
{{$category->sorting}} |
{{$category->category}} |
@if($category->status == 1) Active @else In-Active@endif |
|
@endforeach
@endsection