@extends('layouts.admin') @section('content')

Edit User

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