@extends('layouts.app') @section('breadcrumb') @endsection @section('header')

Edit {{$model->id}}

@endSection @section('tools') @endsection @section('content')
{{ __('pages.edit') }} {{ __('pages.user') }}
@include('forms.user',[ 'route'=>route('users.update',$model->id), 'method'=>'PUT' ])
@endSection