@extends('users.index') @php($title = "Modification de " . $user->first_name . " " . $user->name) @section('title', $title) @section('content_user_title', $title) @section('content_user')
{{ method_field('PUT') }} @include('users.form') @if(auth()->user()->isAdmin()) @endif
@endsection