@extends("admin.layout.master") @section("title","Dashboard") @section ("content")

GymnastController Details

Name: {!!$data->name!!}
State: {!!$data->state_id!!}
District: {!!$data->district_id!!}
Club: {!!$data->club_id!!}
Category: {!!$data->category!!}
Dob: {{date("M d, Y", strtotime($data->dob))}}
Gender: {!!$data->gender!!}
Father Name: {!!$data->fathername!!}
Mother Name: {!!$data->mothername!!}
Contact Number: {!!$data->contact_number!!}
Email: {!!$data->email!!}
Idprooftype: {!!$data->idprooftype!!}
Idproofnumber: {!!$data->idproofnumber!!}
Additionalinfo: {!!$data->additionalinfo!!}
Idpath: GymnastController
Idphoto: GymnastController
Address: {!!$data->address!!}
@endsection