@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if (Session::has('alert-' . $msg))
{{ Session::get('alert-' . $msg) }}
×
@endif
@endforeach
| No. |
Name |
Action |
@foreach ($customer_group as $u)
| {{ $loop->index+1}} |
{{ $u->name }} |
|
@endforeach
@endsection