@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Check in and Check out time
Check in time @isset($check_in_time) {{ $check_in_time }} @endisset
Check out time @isset($check_out_time) {{ $check_out_time }} @endisset
@endsection @push('custom_css') @endpush @push('custom_js') @endpush