@extends('layouts.master') @section('content')
| Code | Trainer Name | Mobile | City | State | Profile | Signature | Trainer Documents | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $trainer->trainer_code }} | {{ $trainer->trainer_name }} | {{ $trainer->mobile_no }} | {{ $trainer->city }} | {{ $trainer->state }} | @if($trainer->profile_file) View @else - @endif | @if($trainer->signature) View @else - @endif | {{ $trainer->documents()->count() }} | -@if($trainer->status) Active @else Inactive @endif | |
| No Trainers Found | |||||||||