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