@extends('layouts.layout') @section('title') {{__('Edit Users')}} @endsection @section('sidebar') @include('layouts.sidebar', ['sidebar'=> Menu::get('sidebar_admin')]) @endsection @section('breadcrumbs') @include('shared.breadcrumbs', ['routes' => [ __('Admin') => route('admin.index'), __('Users') => route('users.index'), __('Edit') . " " . $user->fullname => null, ]]) @endsection @section('content')
@endsection @section('js') @endsection @section('css') @endsection