@extends('Layouts.frontLayout',['classBody'=>"page-template-default page logged-in setinco page-wrapper-account page-wrapper-page container-max-width show-bottom-nav"]) @section('title') {{__('Edit Profile')}} @endsection @section('content')
{{__('Home')}} /  {{__('Dashboard')}}{{__('Profile')}}

{{__('Edit Profile')}}

@include('Front.Account.menu')
@csrf

{{__('Edit Profile')}}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif

@if ($errors->has('family')) {{ $errors->first('family') }} @endif

@if ($errors->has('email')) {{ $errors->first('email') }} @endif

@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

@if ($errors->has('national_identity')) {{ $errors->first('national_identity') }} @endif

@if ($errors->has('birth_date')) {{ $errors->first('birth_date') }} @endif

@if ($errors->has('password')) {{ $errors->first('password') }} @endif

@endsection