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

{{__('Settings')}}

@endsection @section('content')
{{__('Settings')}}
{{__('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

{{__('Email Settings')}}

@csrf

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

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

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

{{__('SMS Settings')}}

@csrf
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}

{{__('Whatsapp Settings')}}

@csrf

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

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

{{__('Api Keys')}}
@csrf

@endsection @section('scripts') @endsection