@extends('frontend.layouts.app') @section('content')
@include('frontend.student.settings.header',['trainee_name' => $trainee_name])
@include('frontend.student.settings.sidebar')
{{__('Profile')}}
@csrf
img {{--
--}}

{{$trainee_name}}

{{ __('Registration Number') }}: {{$registration_number}}
{{ __('Reference Number') }}: {{$reference_number}}

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
{{--
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
--}}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
{{--
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
--}} {{--
@if ($errors->has('state_id')) {{ $errors->first('state_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif
--}}
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
{{--
@if ($errors->has('about_me')) {{ $errors->first('about_me') }} @endif
--}}
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
{{--
--}}
@endsection @push('style') @endpush @push('script') @endpush