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