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

{{__('Profile')}}

@endsection @section('content')

{{__('Edit Profile')}}

@csrf
@endsection @section('scripts') @endsection