@extends('layout.app') @section('title','Services') @section('service','active') @section('content')
{{@csrf_field()}} {{method_field('PATCH')}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('letter')) {{ $errors->first('letter') }} @endif
@if ($errors->has('start_number')) {{ $errors->first('start_number') }} @endif
@if ($errors->has('ask_name')) {{ $errors->first('ask_name') }} @endif
@if ($errors->has('name_required')) {{ $errors->first('name_required') }} @endif
@if ($errors->has('ask_email')) {{ $errors->first('ask_email') }} @endif
@if ($errors->has('ask_phone')) {{ $errors->first('ask_phone') }} @endif
@if ($errors->has('phone_required')) {{ $errors->first('phone_required') }} @endif
@if($settings->sms_enabled)
@if ($errors->has('sms')) {{ $errors->first('sms') }} @endif
@endif
@if($settings->sms_enabled)

{{__('messages.settings.SMS Settings')}}

@if ($errors->has('optin_message')) {{ $errors->first('optin_message') }} @endif
@if ($errors->has('call_message')) {{ $errors->first('call_message') }} @endif
@if ($errors->has('optin_message_format')) {{ $errors->first('optin_message_format') }} @endif
@if ($errors->has('call_message_format')) {{ $errors->first('call_message_format') }} @endif
@if ($errors->has('noshow_message')) {{ $errors->first('noshow_message') }} @endif
@if ($errors->has('completed_message')) {{ $errors->first('completed_message') }} @endif
@if ($errors->has('noshow_message_format')) {{ $errors->first('noshow_message_format') }} @endif
@if ($errors->has('completed_message_format')) {{ $errors->first('completed_message_format') }} @endif
@if ($errors->has('status_message')) {{ $errors->first('status_message') }} @endif
@if ($errors->has('status_message_positions')) {{ $errors->first('status_message_positions') }} @endif
@if ($errors->has('status_message_format')) {{ $errors->first('status_message_format') }} @endif
{{__('messages.service_page.Message Keywords')}}
$token_number$
{{__('messages.service_page.Token Number')}}
$service_name$
{{__('messages.service_page.Name of the service from which user has taken the token')}}
$date$
{{__('messages.service_page.Token Date')}}
$counter_name$
{{__('messages.service_page.Name of the counter')}}
$position$
{{__('messages.service_page.Current position of user in the queue')}}
@endif
@endsection @section('js') @endsection