@extends('layouts.admin') @section('title', 'Edit User') @section('content')

Edit User

@method('put') @include('admin.users.form')
@endsection