@extends('layouts.master') @section('title', __('index.attendance')) @section('action', __('index.employee_attendance_lists')) @section('styles') @endsection @section('main-content') @include('admin.section.flash_message') @include('admin.attendance.common.breadcrumb') {{ __('index.attendance_report') }} @if(!isset(auth()->user()->branch_id)) {{ __('index.select_branch') }} @if(isset($companyDetail)) @foreach($companyDetail->branches()->get() as $key => $branch) id) ? 'selected': '' }}> {{ucfirst($branch->name)}} @endforeach @endif @endif {{ __('index.select_department') }} {{ __('index.select_employee') }} @if($isBsEnabled) @else @endif {{ __('index.csv_export') }} {{ __('index.reset') }} @endsection @section('scripts') @include('admin.attendance.common.filter_scripts') @endsection