@extends('layouts.app') @section('template_title') {{ __('Update') }} User @endsection @section('content')
@includeif('partials.errors')
{{ __('Update') }} User
{{ method_field('PATCH') }} @csrf @include('user.form')
@endsection