JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.admin') @section('page-title') {{ __('Dashboard') }} @endsection @php $setting = App\Models\Utility::settings(); @endphp @section('content')
@if (session('status')) @endif @if (\Auth::user()->type == 'employee')
{{ __('Calendar') }}
{{--
--}} @if (isset($setting['is_enabled']) && $setting['is_enabled'] == 'on') @endif {{--
--}}
{{ __('Mark Attandance') }}

{{ __('My Office Time: ' . $officeTime['startTime'] . ' to ' . $officeTime['endTime']) }}

{{ Form::open(['url' => 'attendanceemployee/attendance', 'method' => 'post']) }} @if (empty($employeeAttendance) || $employeeAttendance->clock_out != '00:00:00') @else @endif {{ Form::close() }}
@if (!empty($employeeAttendance) && $employeeAttendance->clock_out == '00:00:00') {{ Form::model($employeeAttendance, ['route' => ['attendanceemployee.update', $employeeAttendance->id], 'method' => 'PUT']) }} @else @endif {{ Form::close() }}
{{ __('Meeting schedule') }}
@foreach ($meetings as $meeting) @endforeach
{{ __('Meeting title') }} {{ __('Meeting Date') }} {{ __('Meeting Time') }}
{{ $meeting->title }} {{ \Auth::user()->dateFormat($meeting->date) }} {{ \Auth::user()->timeFormat($meeting->time) }}
{{ __('Announcement List') }}
@foreach ($announcements as $announcement) @endforeach
{{ __('Title') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Description') }}
{{ $announcement->title }} {{ \Auth::user()->dateFormat($announcement->start_date) }} {{ \Auth::user()->dateFormat($announcement->end_date) }} {{ $announcement->description }}
@else
{{-- start --}}
{{ __('Total') }}
{{ __('Staff') }}

{{ $countUser + $countEmployee }}

{{ __('Total') }}
{{ __('Ticket') }}

{{ $countTicket }}

{{ __('Total') }}
{{ __('Account Balance') }}

{{ \Auth::user()->priceFormat($accountBalance) }}

{{ __('Total') }}
{{ __('Jobs') }}

{{ $activeJob + $inActiveJOb }}

{{ __('Total') }}
{{ __('Active Jobs') }}

{{ $activeJob }}

{{ __('Total') }}
{{ __('Inactive Jobs') }}

{{ $inActiveJOb }}

{{--
--}} {{-- end --}}
@if (\Auth::user()->type == 'company')
{{ __('Storage Status') }} ({{ $users->storage_limit . 'MB' }} / {{ $plan->storage_limit . 'MB' }})
@endif
{{ __('Meeting schedule') }}
@foreach ($meetings as $meeting) @endforeach
{{ __('Title') }} {{ __('Date') }} {{ __('Time') }}
{{ $meeting->title }} {{ \Auth::user()->dateFormat($meeting->date) }} {{ \Auth::user()->timeFormat($meeting->time) }}
{{ __("Today's Not Clock In") }}
@foreach ($notClockIns as $notClockIn) @endforeach
{{ __('Name') }} {{ __('Status') }}
{{ $notClockIn->name }} {{ __('Absent') }}
{{ __('Calendar') }}
{{--
--}} @if (isset($setting['is_enabled']) && $setting['is_enabled'] == 'on') @endif {{--
--}}
@if (\Auth::user()->type == 'company')
{{ __('Announcement List') }}
@foreach ($announcements as $announcement) @endforeach
{{ __('Title') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Description') }}
{{ $announcement->title }} {{ \Auth::user()->dateFormat($announcement->start_date) }} {{ \Auth::user()->dateFormat($announcement->end_date) }} {{ $announcement->description }}
@endif
@if (\Auth::user()->type != 'company')
{{ __('Announcement List') }}
@foreach ($announcements as $announcement) @endforeach
{{ __('Title') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Description') }}
{{ $announcement->title }} {{ \Auth::user()->dateFormat($announcement->start_date) }} {{ \Auth::user()->dateFormat($announcement->end_date) }} {{ $announcement->description }}
@endif @endif @endsection @push('script-page') @if (Auth::user()->type == 'company' || Auth::user()->type == 'hr') @else @endif @if (\Auth::user()->type == 'company') @endif @endpush