@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'], ]) !!} --}}
{{-- Buttons --}}

{{ _trans('common.Choose your option') }}

@foreach ($data['break_types'] ?? [] as $break_type)
@endforeach
{{-- Buttons --}}

{{ _trans('attendance.00:00:00') }}

@if (@$data['reason'][0] == 'L')
@endif
@endsection @section('script') @endsection