@extends('admin.layouts.app') @section('title', 'My Profile') @section('content')

Update Profile

{{-- Name --}}
{{-- Email --}}
{{-- Mobile Number --}}
{{-- DOB --}}
{{-- Gender --}}
{{-- Address --}}
{{-- Image --}}
Old Image
{{-- Password --}}
{{-- Confirm Password --}}
{{-- Status --}}
@endsection @section('scripts') @endsection