User Details Panel
@if(Session::has('errors'))
@endif
User Information
-
{{ $customer_data->student_name }}
-
{{ $customer_data->student_gender }}
-
{{ date('d/m/Y',strtotime($customer_data->student_dob)) }}
-
{{ $customer_data->student_email }}
-
{{ $customer_data->student_mobile }}
-
-
{{ $customer_data->student_address }}
-
{{ $customer_data->zip_code }}
-
-
-
@endsection
@section('scripts')
@endsection