@if (Session::has('success'))
{{ Session::get('success') }}
@endif
| S.No. |
Name |
Experience |
Profile Image |
Action |
@foreach ($team as $teamdata)
| {{$loop->iteration}} |
{{$teamdata->name}} |
{{$teamdata->experience}} |
 }}) |
|
@endforeach
@endsection
@section('scripts')
@endsection