@extends('admin.layouts.master') @section('title', __('manage_profile')) @section('content')

{{__('update_profile')}}

User Profile img
@csrf

{{ $errors->first('first_name') }}

{{ $errors->first('last_name') }}

{{ $errors->first('email') }}

{{ $errors->first('phone') }}

{{ $errors->first('gender') }}

{{ $errors->first('date_of_birth') }}

favicon
@include('layouts.loading_button',['class' => 'btn sg-btn-primary'])
{{__('change_password')}}
@endsection