@extends('layouts.adminmaster') @section('styles') @endsection @section('content')
@csrf

{{lang('Business Hours Title')}}

{{lang('Show Section')}}
@error('businesshourstitle') {{ lang($message) }} @enderror
@error('businesshourssubtitle') {{ lang($message) }} @enderror
{{lang('The file size should not be more than 500kb', 'filesetting')}}
@error('supporticon') {{ lang($message) }} @enderror
@if(setting('supporticonimage') != null) logo @else logo @endif
@csrf

{{lang('Show Offline Message')}}

( {{lang('If you enable this switch, the Offline Message will be displayed to customers when business hours are offline. This message wil appear to customers in create ticket page, ticket view page and dashboard')}} )
@error('offlineTextTitle') {{ lang($message) }} @enderror
@error('offlineTextMessage') {{ lang($message) }} @enderror

{{lang('Business Hours', 'menu')}}

@csrf
@php $timestart = ['12:00 AM','12:30 AM','1:00 AM','1:30 AM','2:00 AM','2:30 AM','3:00 AM','3:30 AM','4:00 AM','4:30 AM','5:00 AM','5:30 AM','6:00 AM','6:30 AM','7:00 AM','7:30 AM','8:00 AM','8:30 AM','9:00 AM','9:30 AM','10:00 AM','10:30 AM','11:00 AM','11:30 AM','12:00 PM','12:30 PM','1:00 PM','1:30 PM','2:00 PM','2:30 PM','3:00 PM','3:30 PM','4:00 PM','4:30 PM','5:00 PM','5:30 PM','6:00 PM','6:30 PM','7:00 PM','7:30 PM','8:00 PM','8:30 PM','9:00 PM','9:30 PM','10:00 PM','10:30 PM','11:00 PM','11:30 PM']; @endphp
{{lang('Days')}} {{lang('Closed/Open')}} {{lang('Start-time')}} {{lang('End-time')}}
@endsection @section('scripts') @vite(['resources/assets/js/select2.js']) @endsection