@include('includes.message')
Sr. No. |
Image |
Name |
Category |
Status |
Edit |
Delete |
@foreach($teams as $key => $team)
{{ $key + 1 }} |
 }}) |
{{ $team->name }} |
{{ DB::table('category')->where('id',$team->category_id)->value('name') }} |
{{ ucfirst($team->status)}} |
Edit |
Delete
|
@endforeach
@endsection