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