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

{{ __('translate.Edit Profile') }}

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

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

{{ __('translate.Basic Information') }}

@csrf @method('PUT')

{{ __('translate.Change Password') }}

@endsection @push('js_section') @endpush