@extends('backend.layouts.master') @section('body')
@component('components.beardcrumb') {{-- /*Page Title Goese Here in this slot variable*/ --}} @slot('title') @lang('user.trash_title') @endslot @if(Auth::user()->can('Admin index')) {{-- /* Create New Route Will Be goes here */ --}} @slot('route_name') user.index @endslot @slot('btn_class') btn btn-primary @endslot @slot('icon') fa fa-eye @endslot @slot('btn_name') @lang('user.view') @endslot @endif @endcomponent
@lang('common.sl') @lang('user.profile') @lang('user.role') @lang('user.name') @lang('user.phone') @lang('user.email') @lang('user.gender') @lang('common.actions')
@push('footer_script') {{-- --}} @endpush @endsection