@extends('layouts.app') @section('title') {{ __('Profile') }} @endsection @section('breadcrumb')

{{__('Profile')}}

@endsection @section('content')

{{ __('Edit Profile') }}

@csrf
@include('admin.profile._form')
@endsection @section('scripts') @endsection