{!! Form::label('id', 'Id:') !!}

{{ $applicationType->id }}

{!! Form::label('name', 'Name:') !!}

{{ $applicationType->name }}

{!! Form::label('govt_fees', 'Government Fees:') !!}

{{ $applicationType->govt_fees }}

{!! Form::label('conv_fees', 'Convenient Fees:') !!}

{{ $applicationType->conv_fees }}

{!! Form::label('created_at', 'Created At:') !!}

{{ convertToTimezone($applicationType->created_at, "Asia/Kolkata")->format('d-m-Y H:i:s') }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ convertToTimezone($applicationType->updated_at, "Asia/Kolkata")->format('d-m-Y H:i:s') }}