@extends('layouts.app') @section('title') Edit User @endsection @section('headerWithButton')

@yield('title')

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