@extends('layout') @section('title') {{__('admin.Edit Profile')}} @endsection @section('frontend-content')

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

@include('profile.sidebar')
@csrf @method('PATCH')
@endsection