@extends('dashboard.layouts.master',[ 'title' => $user->name , 'custom_template'=>true, 'crumbs' => [ {{-- [ route('dashboard.users.index'),__('users') ], --}} ] ]) @section('content') @component('dashboard.components.form', ['title' => __('add_user')]) @slot('open') {!! Form::model($user,['route' => 'dashboard.update-profile', 'method' => 'post', 'enctype' => 'multipart/form-data']) !!} @endslot @slot('body') @method('put')