@extends('layouts.admin.admin') @section('page-specific-styles') @endsection @section('title',$user->name) @section('content') @method('PUT') @include('user.form', ['header' => 'Edit user ('.($user->name).')']) @endsection @section('page-specific-scripts') @endsection