@extends('layouts.admin') @section('content')
Trainee List for this {{$findCourse->title}} course
@foreach($users as $key => $user) @endforeach
No Name Email Mobile
{{$key + 1}} {{$user->user->name}} {{$user->user->email}} {{$user->user->mobile}}
@endsection @section('scripts') @parent @endsection