@extends('dashboard.parent') @section('title',__('pages.user')) @section('page_name',__('pages.edit').' '.$user->user_name) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- form --}} @include('dashboard.user._form', ['user' => $user , 'function' => 'update']) {{-- end form --}}
@endsection @section('js') @endsection