@extends('layouts.app') @section('content')
{{__('Edit Profile')}}
@csrf @method('PUT')
{{__('User Information')}}
@php $isLocal = app()->isLocal() ? 'readonly=true' : ''; @endphp
{{__('Back')}}
@endsection