@if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| # |
Sponsorship Category Name |
Action |
@php $i=1;@endphp
@foreach($sponsorships as $category)
| {{$i++}} |
{{$category->sponsorship}} |
|
@endforeach
@endsection