@extends('layout.main') @section('content') {{ __('General Setting') }} {{ __('The field labels marked with * are required input fields') }}. @csrf {{ __('Site Title') }} * {{ __('Site Logo') }} @if ($errors->has('site_logo')) {{ $errors->first('site_logo') }} @endif {{ trans('file.Currency') }} * {{ __('Currency Format') }} * @if ($general_settings_data->currency_format == 'prefix') {{ trans('file.Prefix') }} {{ trans('file.Suffix') }} @else {{ trans('file.Prefix') }} {{ trans('file.Suffix') }} @endif {{ __('Time Zone') }} @foreach ($zones_array as $zone) time_zone == $zone['zone'] ? 'selected' : '' }}> {{ $zone['diff_from_GMT'] . ' - ' . $zone['zone'] }} @endforeach {{ __('Default Bank') }} trans('file.Account')]) }}...'> {{ __('No Default Bank') }} @foreach ($accounts as $account) id == $general_settings_data->default_payment_bank ? 'selected' : '' }}> {{ $account->account_name }} @endforeach {{ __('Date Format') }} * @if ($general_settings_data) @endif dd-mm-yyyy(23-05-2020) yyyy-mm-dd(2020-05-23) mm/dd/yyyy(05/23/2020) yyyy/mm/dd(2020/05/23) yyyy-MM-dd(2020-May-23) MM-dd-yyyy(May-23-2020) dd-MM-yyyy(23-May-2020) {{ trans('file.Footer') }} {{ trans('file.Footer_Link') }} {{ __('Cron Job Process Attendance Time') }} {{ trans('file.RTL Layout') }} {{ trans('file.Enable Clock In and Clock Out') }} {{ trans('file.Enable Early Clock In (Added to Worktime)') }} {{-- {{__('file.Attendance Device Date Format')}} dd/mm/yyyy(23/05/2022) mm/dd/yyyy(05/23/2022) yyyy/mm/dd(2022/05/23) --}} @endsection @push('scripts') @endpush
{{ __('The field labels marked with * are required input fields') }}.