@extends('admin.master') @section('title', 'Admin Profile') @section('breadcrumb') @endsection @section('main_content')
{{translate('Profile Details')}}
@csrf

{{translate('Choose an image file or drag it here')}}

@csrf
@endsection @push('post_scripts') @include('js.custom') @endpush