@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| # |
Sorting |
Name |
Color Code |
Icon |
Status |
Action |
@php $i=1;@endphp
@foreach($cigCategories as $category)
| {{$i++}} |
{{$category->sorting}} |
{{$category->name}} |
{{$category->color_code}} |
}}) |
@if($category->status == 1) Active @else In-Active@endif |
|
@endforeach
@endsection