@extends('Frontend.partials.layout') @section('styles') @endsection @php $admin = getUserDetails(); @endphp @section('content')

{{ __('action.page_heading2_cron_view')}}

{{ brandName() }} Fernbehandlung

{{__('action.view_cron_draft')}}
@csrf
{{ __('action.general_setting_header') }}
{{__('action.calculation_system_dashboard')}}
{{__('action.year')}}
{{__('action.month')}}
{{ __('action.due_power_setting') }}

{{ __('action.link_email_setting_header') }}
{{ __('action.cron_customer_link') }}
{{ __('action.link_email_setting_title') }}

{{ __('action.advanced_setting_header') }}
{{ __('action.advanced_setting_title') }}
{{ __('action.add_cause_remedy_title') }}
{{--
{{ __('action.apply_the_cal_to_all') }}
--}}
{{ __('action.no_fixed_cron_time_title') }}

{{ __('action.action_value_setting_header') }}
{{ __('action.action_value_setting_title') }}
{{ __('action.show_cron_pdf_ra_title') }}
{{--

{{__('action.cron_note')}}

--}}
{{ __('action.cron_theme_header') }}
{{ __('action.cron_theme_title') }}

{{ __('action.cron_note_title') }}
{{trans('action.cron_note_client_title')}}
@endsection @section('scripts') @endsection