@extends('backend.layouts.app') @section('title', @$data['title']) @section('style') @endsection @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), route('attendance.index') => _trans('common.Attendance'), route('tardy-request.index') => _trans('common.Tardy Appeal'), '#' => @$data['title'], ]) !!}