@extends('layouts.base') @section('title') Edit User @endsection @section('content')

@yield('title')

@csrf @method('PUT') @include('user.partials.form')
@endsection