@extends('layouts.app') @section('title', 'Users') @section('content') @csrf @method('PUT') @include('user.partials.form', ['header' => 'Edit a User']) @stop @push('styles') @endpush @push('scripts') @endpush