@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), route('user.index') => _trans('common.Employees'), '#' => @$data['title'], ]) !!}
{{--
@if (hasPermission('tardy_request_create')) {{ _trans('common.Create') }} @endif
--}}
@endsection @section('script') @endsection