@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section') @lang('app.duration') Service @lang('app.all') @foreach ($protection_services as $item) {{ $item->name }} @endforeach @foreach ($shading_services as $item) {{ $item->name }} @endforeach @foreach ($additional_services as $item) {{ $item->name }} @endforeach @lang('app.employee') @if ($employees->count() > 1 || in_array('admin', user_roles())) @lang('app.all') @endif @foreach ($employees as $employee) @endforeach Department All @foreach ($employeeCategories as $category) category_id == $category->id) selected="selected" @endif>{{ $category->name }} @endforeach @lang('app.clearFilters') @endsection @php $addTimelogPermission = user()->permission('add_timelogs'); @endphp @section('content')
@lang('app.duration')
Service
@lang('app.employee')
Department