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

{{__('Settings')}}

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

{{__('Email Settings')}}

@csrf

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

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

{{__('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')}}

{{__('SMS Settings')}}

@csrf

{{__('Twilio Api')}}


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