@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| # |
Member Type |
Status |
Action |
@php $i=1;@endphp
@foreach($memberTypes as $memberType)
| {{$i++}} |
{{$memberType->type}} |
@if($memberType->status == 1) Active @else In-Active@endif |
|
@endforeach
@endsection