@extends('layouts.app') @section('title') {{ __('Settings') }} @endsection @section('css') @endsection @section('breadcrumb')

{{ __('Settings') }}

@endsection @section('content')
{{ __('General Settings') }}
@csrf
{{--
--}}

{{ __('Reports Settings') }}

@csrf
{{ __('Branch name') }}
{{ __('Branch info') }}
{{ __('Patient title') }}
{{ __('Patient data') }}
{{ __('Test title') }}
{{ __('Test name') }}
{{ __('Test head') }}
{{ __('Result') }}
{{ __('Test unit') }}
{{ __('Test reference range') }}
{{ __('Test status') }}
{{ __('Test comment') }}
{{ __('Report signature') }}
{{--
{{ __('Antibiotic name') }}
{{ __('Antibiotic sensitivity') }}
{{ __('Antibiotic commercial name') }}
--> --}}

{{ __('Branches report') }}

@foreach ($report_branches as $branch)
{{ __('Header') }}

Maximum: [ 1000 X 300 ]
Extensions: .jpg , .png

{{ __('Watermark') }}

Maximum: [ 1000 X 1000 ]
Extensions: .jpg , .png

{{ __('Footer') }}

Maximum: [ 1000 X 300 ]
Extensions: .jpg , .png

@endforeach
{{ __('Barcode') }}
@csrf
{{-- Barcode Table
# {{ __('Name') }} {{ __('Prefix') }} {{ __('Series') }} {{ __('Series Count') }} {{ __('Action') }}
--}}

{{ __('Email Settings') }}

@csrf

{{ __('Do not change variables') }}:
{patient_code}
{patient_name}

{{ __('Do not change variables') }}:
{institute_code}
{institute_name}

{{ __('Do not change variables') }}:
{patient_name}

{{ __('Do not change variables') }}:
{patient_name}
{test_name}

{{ __('Email : BCC') }}

{{-- @csrf --}}
@if(isset($bcc_recipient) && count($bcc_recipient) > 0)

Recipients List

    @foreach($bcc_recipient as $bcc)
  • @endforeach
@else

No Recipient set

@endif
{{-- --}} {{-- --}}

{{ __('SMS Settings') }}

@csrf
{{--
Go to Infobip : https://app.brandtxt.io/
--}}
{{-- {{$sms_settings}} --}}

{{--
Go to Twilio : https://www.twilio.com
Local Text gateway is available only in India
Go to Text Local : https://www.textlocal.com
Go to Infobip : https://www.infobip.com
--}}
{{--

{{ __('Do not change variables') }}:
{patient_name}
{patient_code}

--}}

{{ __('Do not change variables') }}:
{patient_name}
{patient_code}
{test_name}

{{ __('Do not change variables') }}:
{client_name}
{client_code}
{test_name}

{{--

{{ __('Whatsapp Settings') }}

@csrf

{{ __('Do not change variables') }}:
{patient_name}
{receipt_link}

{{ __('Do not change variables') }}:
{patient_name}
{report_link}

--}}
{{ __('User Manual Settings') }}
@csrf
@if($get_latest && is_null($get_latest['deleted_at']))
  • @foreach($get_latest as $remove) @csrf @method('PUT') @endforeach
    {{ $get_latest['file_name'] }}
@else
@endif
@if(empty($contact_us) || !is_null($contact_us['deleted_at'])) @endif
{{ __('Issue Tracker Recipient Settings') }}
@csrf
@if(isset($issue_tracker) && count($issue_tracker) > 0)

Recipients List

    @foreach($issue_tracker as $issue)
  • @endforeach
@else

No Recipient set

@endif
{{ __('Contact Us Settings') }}
@csrf
@if($contact_us && is_null($contact_us['deleted_at']))
  • @foreach($contact_us as $remove) @csrf @method('PUT') @endforeach
    {{ $contact_us['file_name'] }}
@else
@endif
@if(empty($contact_us) || !is_null($contact_us['deleted_at'])) @endif
{{ __('About Us Settings') }}
@csrf
@if($about_us && is_null($about_us['deleted_at']))
  • @foreach($about_us as $remove) @csrf @method('PUT') @endforeach
    {{ $about_us['file_name'] }}
@else
@endif
@if(empty($about_us) || !is_null($about_us['deleted_at'])) @endif
@endsection @section('scripts') @endsection