@extends('admin.master_layout') @section('title') {{ __('My Profile') }} @endsection @section('body-header')

{{ __('Edit Profile') }}

{{ __('Dashboard') }} >> {{ __('Edit Profile') }}

@endsection @section('body-content')
@csrf @method('PUT')

{{ __('Basic Information') }}

@csrf @method('PUT')

{{ __('Change Password') }}

@endsection @push('js_section') @endpush