@extends('layouts.training_centre_layout') @section('content')

All (*) marked fields are required.

@csrf
@if ($trainer->photo)
Current Photo:
Trainer Photo
@endif

Allowed types jpg, jpeg, png. Max allowed size 2MB.

@if ($trainer->higher_qualification_certificate)
Current File: View File
@endif
@if ($trainer->experience_certificate)
Current File: View File
@endif
@if ($trainer->nisd_certificate)
Current File: View File
@endif
@if ($trainer->tot_certificate)
Current File: View File
@endif
@if ($trainer->toa_certificate)
Current File: View File
@endif
@endsection @section('pages-scripts') @endsection