{{ ucwords($trainer->name) }} Profile

Img

Profile-Details

Name
: {{ isset($trainer->name)?ucwords($trainer->name):'--' }}
Contact
: {{ isset($trainer->mobile)?$trainer->mobile:'--' }}
Email
: {{ isset($trainer->email)?$trainer->email:'--' }}
Technologies
: {{ isset($trainer_techs)?$trainer_techs:'--' }}

Work-Info

Materials
: {{ count($trainer->materials) }}
Students Refered
: {{ $refered_students }}
@foreach($trainer->materials as $material) @endforeach
Title File Batch Published On Downloaded Published By
{{ ucwords($material->title) }} View {{ $material->batch->batch_name }} {{ date('d-M-Y', strtotime($material->created_at)) }} {{ $material->downloads }} {{ $material->trainer->name }}
@foreach($trainer->students as $student) @endforeach
Name Email Phone Refered By Refered On
{{ ucwords($student->name) }} {{ $student->email }} {{ $student->phone }} {{ $student->referer->name }} {{ date('d-M-Y', strtotime($student->created_at)) }}