@extends('layouts.admin') @section('page-title') {{__('Settings')}} @endsection @php $logo=asset(Storage::url('uploads/logo/')); $logo_light = \App\Models\Utility::getValByName('company_logo_light'); $logo_dark = \App\Models\Utility::getValByName('company_logo_dark'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $lang=App\Models\Utility::getValByName('default_language'); $setting = \App\Models\Utility::colorset(); $color = (!empty($setting['color'])) ? $setting['color'] : 'theme-3'; $SITE_RTL= $setting['SITE_RTL']; if (!empty($setting['SITE_RTL'])) { $SITE_RTL == 'off'; } $EmailTemplates = App\Models\EmailTemplate::all(); @endphp @push('scripts') @endpush @push('script-page') @endpush @section('breadcrumb') @endsection @section('content')
{{Form::model($settings,array('route'=>'business.setting','method'=>'POST','enctype' => "multipart/form-data"))}}
{{ __('Business Setting') }}
{{ __('Edit details about your Company') }}
{{ __('Logo dark') }}
{{-- @dd($logo_dark,$logo_light)--}}
@error('company_logo_dark')
@enderror
{{ __('Logo Light') }}
@error('company_logo_light')
@enderror
{{ __('Favicon') }}
@error('logo')
@enderror
{{Form::label('title_text',__('Title Text'),array('class'=>'form-label')) }} {{Form::text('title_text',null,array('class'=>'form-control','placeholder'=>__('Title Text')))}} @error('title_text') {{ $message }} @enderror
{{Form::label('footer_text',__('Footer Text'),['class'=>'form-label']) }} {{Form::text('footer_text',Utility::getValByName('footer_text'),array('class'=>'form-control','placeholder'=>__('Enter Footer Text')))}} @error('footer_text') {{ $message }} @enderror
{{Form::label('default_language',__('Default Language'),['class'=>'col-form-label text-dark']) }}
@error('default_language') {{ $message }} @enderror
{{Form::label('cookie_text',__('GDPR Cookie Text'),array('class'=>'fulltime form-label') )}} {!! Form::textarea('cookie_text',isset($settings['cookie_text']) && $settings['cookie_text'] ? $settings['cookie_text'] : '' , ['class'=>'form-control fulltime','style'=>'display: hidden;resize: none;','rows'=>'4']) !!}

{{__('Theme Customizer')}}

{{ __('Primary color settings') }}

{{__('Sidebar settings')}}

{{__('Layout settings')}}

{{ Form::close() }}
{{ __('System Setting') }}
{{ __('Edit details about your Company') }}
{{Form::model($settings,array('route'=>'system.settings','method'=>'post'))}}
{{Form::label('site_currency',__('Currency *'),array('class' => 'form-label')) }} {{Form::text('site_currency',null,array('class'=>'form-control font-style'))}} {{ __('Note: Add currency code as per three-letter ISO code.') }}
{{ __('you can find out here..') }}

@error('site_currency') {{ $message }} @enderror
{{Form::label('site_currency_symbol',__('Currency Symbol *'),array('class' => 'form-label')) }} {{Form::text('site_currency_symbol',null,array('class'=>'form-control'))}} @error('site_currency_symbol') {{ $message }} @enderror
{{Form::label('invoice_prefix',__('Invoice Prefix'),array('class'=>'form-label')) }} {{Form::text('invoice_prefix',null,array('class'=>'form-control'))}} @error('invoice_prefix') {{ $message }} @enderror
{{Form::label('invoice_starting_number',__('Invoice Starting Number'),array('class'=>'form-label')) }} {{Form::text('invoice_starting_number',null,array('class'=>'form-control'))}} @error('invoice_starting_number') {{ $message }} @enderror
{{Form::label('proposal_prefix',__('Proposal Prefix'),array('class'=>'form-label')) }} {{Form::text('proposal_prefix',null,array('class'=>'form-control'))}} @error('proposal_prefix') {{ $message }} @enderror
{{Form::label('proposal_starting_number',__('Proposal Starting Number'),array('class'=>'form-label')) }} {{Form::text('proposal_starting_number',null,array('class'=>'form-control'))}} @error('proposal_starting_number') {{ $message }} @enderror
{{Form::label('bill_prefix',__('Bill Prefix'),array('class'=>'form-label')) }} {{Form::text('bill_prefix',null,array('class'=>'form-control'))}} @error('bill_prefix') {{ $message }} @enderror
{{Form::label('bill_starting_number',__('Bill Starting Number'),array('class'=>'form-label')) }} {{Form::text('bill_starting_number',null,array('class'=>'form-control'))}} @error('bill_starting_number') {{ $message }} @enderror
{{Form::label('customer_prefix',__('Customer Prefix'),array('class'=>'form-label')) }} {{Form::text('customer_prefix',null,array('class'=>'form-control'))}} @error('customer_prefix') {{ $message }} @enderror
{{Form::label('vender_prefix',__('Vendor Prefix'),array('class'=>'form-label')) }} {{Form::text('vender_prefix',null,array('class'=>'form-control'))}} @error('vender_prefix') {{ $message }} @enderror
{{Form::label('purchase_prefix',__('Purchase Prefix'),array('class'=>'form-label')) }} {{Form::text('purchase_prefix',null,array('class'=>'form-control'))}} @error('purchase_prefix') {{ $message }} @enderror
{{Form::label('pos_prefix',__('Pos Prefix'),array('class'=>'form-label')) }} {{Form::text('pos_prefix',null,array('class'=>'form-control'))}} @error('pos_prefix') {{ $message }} @enderror
{{Form::label('journal_prefix',__('Journal Prefix'),array('class'=>'form-label')) }} {{Form::text('journal_prefix',null,array('class'=>'form-control'))}} @error('journal_prefix') {{ $message }} @enderror
{{Form::label('footer_title',__('Invoice/Bill Footer Title'),array('class'=>'form-label')) }} {{Form::text('footer_title',null,array('class'=>'form-control'))}} @error('footer_title') {{ $message }} @enderror
{{Form::label('decimal_number',__('Decimal Number Format'),array('class'=>'form-label')) }} {{Form::number('decimal_number', null, ['class'=>'form-control'])}} @error('decimal_number') {{ $message }} @enderror

{{__("App Site URL to login app.")}} {{ Form::text('currency',URL::to('/'), ['class' => 'form-control', 'placeholder' => __('Enter Currency'),'disabled'=>'true']) }}

{{__("Image Screenshort Take Interval time ( 1 = 1 min)")}} {{ Form::number('interval_time',isset($settings['interval_time'])?$settings['interval_time']:'10', ['class' => 'form-control', 'placeholder' => __('Enter Tracking Interval')]) }}
{{Form::label('shipping_display',__('Shipping Display in Proposal / Invoice / Bill ?'),array('class'=>'form-label')) }}
@error('shipping_display') {{ $message }} @enderror
{{Form::label('footer_notes',__('Invoice/Bill Footer Notes'),array('class'=>'form-label')) }} {{Form::textarea('footer_notes', null, ['class'=>'form-control','rows'=>'3'])}} @error('footer_notes') {{ $message }} @enderror
{{Form::close()}}
{{ __('Company Setting') }}
{{ __('Edit details about your Company') }}
{{Form::model($settings,array('route'=>'company.settings','method'=>'post'))}}
{{Form::label('company_name *',__('Company Name *'),array('class' => 'form-label')) }} {{Form::text('company_name',null,array('class'=>'form-control font-style'))}} @error('company_name') {{ $message }} @enderror
{{Form::label('company_address',__('Address'),array('class' => 'form-label')) }} {{Form::text('company_address',null,array('class'=>'form-control font-style'))}} @error('company_address') {{ $message }} @enderror
{{Form::label('company_city',__('City'),array('class' => 'form-label')) }} {{Form::text('company_city',null,array('class'=>'form-control font-style'))}} @error('company_city') {{ $message }} @enderror
{{Form::label('company_state',__('State'),array('class' => 'form-label')) }} {{Form::text('company_state',null,array('class'=>'form-control font-style'))}} @error('company_state') {{ $message }} @enderror
{{Form::label('company_zipcode',__('Zip/Post Code'),array('class' => 'form-label')) }} {{Form::text('company_zipcode',null,array('class'=>'form-control'))}} @error('company_zipcode') {{ $message }} @enderror
{{Form::label('company_country',__('Country'),array('class' => 'form-label')) }} {{Form::text('company_country',null,array('class'=>'form-control font-style'))}} @error('company_country') {{ $message }} @enderror
{{Form::label('company_telephone',__('Telephone'),array('class' => 'form-label')) }} {{Form::text('company_telephone',null,array('class'=>'form-control'))}} @error('company_telephone') {{ $message }} @enderror
{{Form::label('company_email',__('System Email *'),array('class' => 'form-label')) }} {{Form::text('company_email',null,array('class'=>'form-control'))}} @error('company_email') {{ $message }} @enderror
{{Form::label('company_email_from_name',__('Email (From Name) *'),array('class' => 'form-label')) }} {{Form::text('company_email_from_name',null,array('class'=>'form-control font-style'))}} @error('company_email_from_name') {{ $message }} @enderror
{{Form::label('registration_number',__('Company Registration Number *'),array('class' => 'form-label')) }} {{Form::text('registration_number',null,array('class'=>'form-control'))}} @error('registration_number') {{ $message }} @enderror
{{Form::text('vat_number',null,array('class'=>'form-control','placeholder'=>__('Enter VAT / GST Number')))}}
{{Form::label('timezone',__('Timezone'),array('class' => 'form-label'))}}
{{Form::label('company_start_time',__('Company Start Time *'),array('class' => 'form-label')) }} {{Form::time('company_start_time',null,array('class'=>'form-control'))}} @error('company_start_time') {{ $message }} @enderror
{{Form::label('company_end_time',__('Company End Time *'),array('class' => 'form-label')) }} {{Form::time('company_end_time',null,array('class'=>'form-control'))}} @error('company_end_time') {{ $message }} @enderror
{{Form::close()}}
{{ __('Payment Setting') }}
{{ __('This detail will use for collect payment on invoice from clients. On invoice client will find out pay now button based on your below configuration.') }}
{{Form::model($settings,['route'=>'company.payment.settings', 'method'=>'POST'])}} @csrf



@if ($errors->has('mercado_secret_key')) {{ $errors->first('mercado_access_token') }} @endif



{{ __('Email Setting') }}
{{Form::open(array('route'=>'email.settings','method'=>'post'))}} @csrf
{{ Form::label('mail_driver', __('Mail Driver'), ['class' => 'form-label']) }} {{ Form::text('mail_driver', env('MAIL_DRIVER'), ['class' => 'form-control', 'placeholder' => __('Enter Mail Driver')]) }} @error('mail_driver') {{ $message }} @enderror
{{ Form::label('mail_host', __('Mail Host'), ['class' => 'form-label']) }} {{ Form::text('mail_host', env('MAIL_HOST'), ['class' => 'form-control ', 'placeholder' => __('Enter Mail Host')]) }} @error('mail_host') {{ $message }} @enderror
{{ Form::label('mail_port', __('Mail Port'), ['class' => 'form-label']) }} {{ Form::text('mail_port', env('MAIL_PORT'), ['class' => 'form-control', 'placeholder' => __('Enter Mail Port')]) }} @error('mail_port') {{ $message }} @enderror
{{ Form::label('mail_username', __('Mail Username'), ['class' => 'form-label']) }} {{ Form::text('mail_username', env('MAIL_USERNAME'), ['class' => 'form-control', 'placeholder' => __('Enter Mail Username')]) }} @error('mail_username') {{ $message }} @enderror
{{ Form::label('mail_password', __('Mail Password'), ['class' => 'form-label']) }} {{ Form::text('mail_password', env('MAIL_PASSWORD'), ['class' => 'form-control', 'placeholder' => __('Enter Mail Password')]) }} @error('mail_password') {{ $message }} @enderror
{{ Form::label('mail_encryption', __('Mail Encryption'), ['class' => 'form-label']) }} {{ Form::text('mail_encryption', env('MAIL_ENCRYPTION'), ['class' => 'form-control', 'placeholder' => __('Enter Mail Encryption')]) }} @error('mail_encryption') {{ $message }} @enderror
{{ Form::label('mail_from_address', __('Mail From Address'), ['class' => 'form-label']) }} {{ Form::text('mail_from_address', env('MAIL_FROM_ADDRESS'), ['class' => 'form-control', 'placeholder' => __('Enter Mail From Address')]) }} @error('mail_from_address') {{ $message }} @enderror
{{ Form::label('mail_from_name', __('Mail From Name'), ['class' => 'form-label']) }} {{ Form::text('mail_from_name', env('MAIL_FROM_NAME'), ['class' => 'form-control', 'placeholder' => __('Enter Mail From Name')]) }} @error('mail_from_name') {{ $message }} @enderror
{{ Form::close() }}
{{ __('Pusher Setting') }}
{{Form::model($settings,array('route'=>'pusher.setting','method'=>'post'))}} @csrf
{{Form::label('pusher_app_id',__('Pusher App Id'),array('class'=>'form-label')) }} {{Form::text('pusher_app_id',env('PUSHER_APP_ID'),array('class'=>'form-control font-style'))}} @error('pusher_app_id') {{ $message }} @enderror
{{Form::label('pusher_app_key',__('Pusher App Key'),array('class'=>'form-label')) }} {{Form::text('pusher_app_key',env('PUSHER_APP_KEY'),array('class'=>'form-control font-style'))}} @error('pusher_app_key') {{ $message }} @enderror
{{Form::label('pusher_app_secret',__('Pusher App Secret'),array('class'=>'form-label')) }} {{Form::text('pusher_app_secret',env('PUSHER_APP_SECRET'),array('class'=>'form-control font-style'))}} @error('pusher_app_secret') {{ $message }} @enderror
{{Form::label('pusher_app_cluster',__('Pusher App Cluster'),array('class'=>'form-label')) }} {{Form::text('pusher_app_cluster',env('PUSHER_APP_CLUSTER'),array('class'=>'form-control font-style'))}} @error('pusher_app_cluster') {{ $message }} @enderror
{{ Form::close() }}
{{ __('Zoom-Meeting Setting') }}
{{ __('Edit details about your Company zoom-meeting setting') }}
{{Form::model($settings,array('route'=>'zoom.settings','method'=>'post'))}}

{{__("Zoom API Key.")}} {{ Form::text('zoom_apikey',isset($settings['zoom_apikey'])?$settings['zoom_apikey']:'', ['class' => 'form-control', 'placeholder' => __('Enter Zoom API Key')]) }}

{{__("Zoom API Secret.")}} {{ Form::text('zoom_apisecret',isset($settings['zoom_apisecret'])?$settings['zoom_apisecret']:'', ['class' => 'form-control', 'placeholder' => __('Enter Zoom API Secret')]) }}
{{ Form::close() }}
{{ __('Slack Setting') }}
{{ __('Edit details about your Company slack setting') }}
{{ Form::open(['route' => 'slack.settings','id'=>'slack-setting','method'=>'post' ,'class'=>'d-contents']) }}

{{ Form::text('slack_webhook', isset($settings['slack_webhook']) ?$settings['slack_webhook'] :'', ['class' => 'form-control w-100', 'placeholder' => __('Enter Slack Webhook URL'), 'required' => 'required']) }}
{{__('Module Setting')}}
  • {{__('Lead create')}} {{Form::checkbox('lead_notification', '1',isset($settings['lead_notification']) && $settings['lead_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'lead_notification'))}}
  • {{__('Deal create')}} {{Form::checkbox('deal_notification', '1',isset($settings['deal_notification']) && $settings['deal_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'deal_notification'))}}
  • {{__('Lead To Deal convert')}} {{Form::checkbox('leadtodeal_notification', '1',isset($settings['leadtodeal_notification']) && $settings['leadtodeal_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'leadtodeal_notification'))}}
  • {{__('Contract create')}} {{Form::checkbox('contract_notification', '1',isset($settings['contract_notification']) && $settings['contract_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'contract_notification'))}}
  • {{__('Project create')}} {{Form::checkbox('project_notification', '1',isset($settings['project_notification']) && $settings['project_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'project_notification'))}}
  • {{__('Task create')}} {{Form::checkbox('task_notification', '1',isset($settings['task_notification']) && $settings['task_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'task_notification'))}}
  • {{__('Task Move create')}} {{Form::checkbox('taskmove_notification', '1',isset($settings['taskmove_notification']) && $settings['taskmove_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'taskmove_notification'))}}
  • {{__('Task Comment')}} {{Form::checkbox('taskcomment_notification', '1',isset($settings['taskcomment_notification']) && $settings['taskcomment_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'taskcomment_notification'))}}
  • {{__('Monthly Payslip Generate')}} {{Form::checkbox('payslip_notification', '1',isset($settings['payslip_notification']) && $settings['payslip_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'payslip_notification'))}}
  • {{__('Award create')}} {{Form::checkbox('award_notification', '1',isset($settings['award_notification']) && $settings['award_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'award_notification'))}}
  • {{__('Announcement create')}} {{Form::checkbox('announcement_notification', '1',isset($settings['announcement_notification']) && $settings['announcement_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'announcement_notification'))}}
  • {{__('Holiday create')}} {{Form::checkbox('holiday_notification', '1',isset($settings['holiday_notification']) && $settings['holiday_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'holiday_notification'))}}
  • {{__('Support create')}} {{Form::checkbox('support_notification', '1',isset($settings['support_notification']) && $settings['support_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'support_notification'))}}
  • {{__('Event create')}} {{Form::checkbox('event_notification', '1',isset($settings['event_notification']) && $settings['event_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'event_notification'))}}
  • {{__('Meeting create')}} {{Form::checkbox('meeting_notification', '1',isset($settings['meeting_notification']) && $settings['meeting_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'meeting_notification'))}}
  • {{__('Company Policy create')}} {{Form::checkbox('policy_notification', '1',isset($settings['policy_notification']) && $settings['policy_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'policy_notification'))}}
  • {{__('Invoice create')}} {{Form::checkbox('invoice_notification', '1',isset($settings['invoice_notification']) && $settings['invoice_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'invoice_notification'))}}
  • {{__('Revenue create')}} {{Form::checkbox('revenue_notification', '1',isset($settings['revenue_notification']) && $settings['revenue_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'revenue_notification'))}}
  • {{__('Bill create')}} {{Form::checkbox('bill_notification', '1',isset($settings['bill_notification']) && $settings['bill_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'bill_notification'))}}
  • {{__('Payment create')}} {{Form::checkbox('payment_notification', '1',isset($settings['payment_notification']) && $settings['payment_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'payment_notification'))}}
  • {{__('Budget create')}} {{Form::checkbox('budget_notification', '1',isset($settings['budget_notification']) && $settings['budget_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'budget_notification'))}}
{{ Form::close() }}
{{ __('Telegram Setting') }}
{{ __('Edit details about your Company telegram setting') }}
{{ Form::open(['route' => 'telegram.settings','id'=>'telegram-setting','method'=>'post' ,'class'=>'d-contents']) }}

{{ Form::text('telegram_accestoken',isset($settings['telegram_accestoken'])?$settings['telegram_accestoken']:'', ['class' => 'form-control', 'placeholder' => __('Enter Telegram AccessToken')]) }}

{{ Form::text('telegram_chatid',isset($settings['telegram_chatid'])?$settings['telegram_chatid']:'', ['class' => 'form-control', 'placeholder' => __('Enter Telegram ChatID')]) }}
{{__('Module Setting')}}
  • {{__('Lead create')}} {{Form::checkbox('telegram_lead_notification', '1',isset($settings['telegram_lead_notification']) && $settings['telegram_lead_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_lead_notification'))}}
  • {{__('Deal create')}} {{Form::checkbox('telegram_deal_notification', '1',isset($settings['telegram_deal_notification']) && $settings['telegram_deal_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_deal_notification'))}}
  • {{__('Lead To Deal convert')}} {{Form::checkbox('telegram_leadtodeal_notification', '1',isset($settings['telegram_leadtodeal_notification']) && $settings['telegram_leadtodeal_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_leadtodeal_notification'))}}
  • {{__('Contract create')}} {{Form::checkbox('telegram_contract_notification', '1',isset($settings['telegram_contract_notification']) && $settings['telegram_contract_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_contract_notification'))}}
  • {{__('Project create')}} {{Form::checkbox('telegram_project_notification', '1',isset($settings['telegram_project_notification']) && $settings['telegram_project_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_project_notification'))}}
  • {{__('Task create')}} {{Form::checkbox('telegram_task_notification', '1',isset($settings['telegram_task_notification']) && $settings['telegram_task_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_task_notification'))}}
  • {{__('Task Move create')}} {{Form::checkbox('telegram_taskmove_notification', '1',isset($settings['telegram_taskmove_notification']) && $settings['telegram_taskmove_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_taskmove_notification'))}}
  • {{__('Task Comment')}} {{Form::checkbox('telegram_taskcomment_notification', '1',isset($settings['telegram_taskcomment_notification']) && $settings['telegram_taskcomment_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_taskcomment_notification'))}}
  • {{__('Monthly Payslip Generate')}} {{Form::checkbox('telegram_payslip_notification', '1',isset($settings['telegram_payslip_notification']) && $settings['telegram_payslip_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_payslip_notification'))}}
  • {{__('Award create')}} {{Form::checkbox('telegram_award_notification', '1',isset($settings['telegram_award_notification']) && $settings['telegram_award_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_award_notification'))}}
  • {{__('Announcement create')}} {{Form::checkbox('telegram_announcement_notification', '1',isset($settings['telegram_announcement_notification']) && $settings['telegram_announcement_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_announcement_notification'))}}
  • {{__('Holiday create')}} {{Form::checkbox('telegram_holiday_notification', '1',isset($settings['telegram_holiday_notification']) && $settings['telegram_holiday_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_holiday_notification'))}}
  • {{__('Support create')}} {{Form::checkbox('telegram_support_notification', '1',isset($settings['telegram_support_notification']) && $settings['telegram_support_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_support_notification'))}}
  • {{__('Event create')}} {{Form::checkbox('telegram_event_notification', '1',isset($settings['telegram_event_notification']) && $settings['telegram_event_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_event_notification'))}}
  • {{__('Meeting create')}} {{Form::checkbox('telegram_meeting_notification', '1',isset($settings['telegram_meeting_notification']) && $settings['telegram_meeting_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_meeting_notification'))}}
  • {{__('Company Policy create')}} {{Form::checkbox('telegram_policy_notification', '1',isset($settings['telegram_policy_notification']) && $settings['telegram_policy_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_policy_notification'))}}
  • {{__('Invoice create')}} {{Form::checkbox('telegram_invoice_notification', '1',isset($settings['telegram_invoice_notification']) && $settings['telegram_invoice_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_invoice_notification'))}}
  • {{__('Revenue create')}} {{Form::checkbox('telegram_revenue_notification', '1',isset($settings['telegram_revenue_notification']) && $settings['telegram_revenue_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_revenue_notification'))}}
  • {{__('Bill create')}} {{Form::checkbox('telegram_bill_notification', '1',isset($settings['telegram_bill_notification']) && $settings['telegram_bill_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_bill_notification'))}}
  • {{__('Payment create')}} {{Form::checkbox('telegram_payment_notification', '1',isset($settings['telegram_payment_notification']) && $settings['telegram_payment_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_payment_notification'))}}
  • {{__('Budget create')}} {{Form::checkbox('telegram_budget_notification', '1',isset($settings['telegram_budget_notification']) && $settings['telegram_budget_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'telegram_budget_notification'))}}
{{ Form::close() }}
{{ __('Twilio Setting') }}
{{ __('Edit details about your Company twilio setting') }}
{{Form::model($settings,array('route'=>'twilio.setting','method'=>'post'))}}
{{Form::label('twilio_sid',__('Twilio SID '),array('class'=>'form-label')) }} {{ Form::text('twilio_sid', isset($settings['twilio_sid']) ?$settings['twilio_sid'] :'', ['class' => 'form-control w-100', 'placeholder' => __('Enter Twilio SID'), 'required' => 'required']) }} @error('twilio_sid') {{ $message }} @enderror
{{Form::label('twilio_token',__('Twilio Token'),array('class'=>'form-label')) }} {{ Form::text('twilio_token', isset($settings['twilio_token']) ?$settings['twilio_token'] :'', ['class' => 'form-control w-100', 'placeholder' => __('Enter Twilio Token'), 'required' => 'required']) }} @error('twilio_token') {{ $message }} @enderror
{{Form::label('twilio_from',__('Twilio From'),array('class'=>'form-label')) }} {{ Form::text('twilio_from', isset($settings['twilio_from']) ?$settings['twilio_from'] :'', ['class' => 'form-control w-100', 'placeholder' => __('Enter Twilio From'), 'required' => 'required']) }} @error('twilio_from') {{ $message }} @enderror
{{__('Module Setting')}}
  • {{__('Customer create')}} {{Form::checkbox('customer_notification', '1',isset($settings['customer_notification']) && $settings['customer_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'customer_notification'))}}
  • {{__('Vendor create')}} {{Form::checkbox('vender_notification', '1',isset($settings['vender_notification']) && $settings['vender_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'vender_notification'))}}
  • {{__('Invoice Create')}} {{Form::checkbox('invoice_notification', '1',isset($settings['invoice_notification']) && $settings['invoice_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'invoice_notification'))}}
  • {{__('Revenue create')}} {{Form::checkbox('revenue_notification', '1',isset($settings['revenue_notification']) && $settings['revenue_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'revenue_notification'))}}
  • {{__('Bill Create')}} {{Form::checkbox('bill_notification', '1',isset($settings['bill_notification']) && $settings['bill_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'bill_notification'))}}
  • {{__('Proposal create')}} {{Form::checkbox('proposal_notification', '1',isset($settings['proposal_notification']) && $settings['proposal_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'proposal_notification'))}}
  • {{__('Payment Create')}} {{Form::checkbox('payment_notification', '1',isset($settings['payment_notification']) && $settings['payment_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'payment_notification'))}}
  • {{__('Invoice Reminder')}} {{Form::checkbox('reminder_notification', '1',isset($settings['reminder_notification']) && $settings['reminder_notification'] == '1' ?'checked':'',array('class'=>'form-check-input','id'=>'reminder_notification'))}}
{{ Form::close() }}
{{ __('ReCaptcha Setting') }}
@csrf
{{ Form::close() }}
{{ __('Email Notification') }}
{{ __('Edit details about your Company email notification setting') }}
@foreach ($EmailTemplates as $EmailTemplate)
template->is_active == 1) checked="checked" @endif type="checkbox" value="{{$EmailTemplate->template->is_active == 1 ? 1 : 0}}" data-url="{{route('status.email.language',[$EmailTemplate->template->id])}}" />
@endforeach
@endsection