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

Gymnast Details

Name: {!!$data->name!!}
State: {!!$data->state->name!!}
District: {!!$data->district->name!!}
Club: {!!$data->club->name!!}
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!!}
Id proof type: {!!$data->idprooftype!!}
Id proof number: {!!$data->idproofnumber!!}
Additional info: {!!$data->additionalinfo!!}
Address: {!!$data->address!!}
@endsection