@extends('layouts.app') @section('content')
@lang('user.edit')
@csrf @method('PATCH')
@if ($errors->has('name')) @endif
@if ($errors->has('name')) @endif
@endsection