@extends('layouts.app') @section('title', __('Edit Profile')) @section('content')
@include('profile.partials.sidebar')

{{ __('Edit Profile') }}

@csrf
{{ __('Cancel') }}
@push('scripts') @endpush @endsection