@extends('admin.layouts.master') @section('title', 'Non Members Training Control') @section('content')

List Of Training With Mohammed Degheady Trainees

New Trainee Control Testimonials @foreach ($trainees as $train) @endforeach
# Name Phone Email Message Created At Actions
{{ $train->id }} {{ $train->name }} {{ $train->phone }} {{ $train->email }} {{ $train->message }} {{ $train->created_at }}
{{ $trainees->links() }}
@endsection