@extends('admin.layouts.app') @section('page_tab_title' ,"General Settings") @section('content')

Settings


@csrf

General settings

{{--
@if ($errors->has('site_title')) {{ $errors->first('site_title') }} @endif
--}}
Choose File
No file chosen...
@if($settings->site_logo)
site_logo}}">
@endif
@if ($errors->has('email_address')) {{ $errors->first('email_address') }} @endif
Choose File
No file chosen...
@if($settings->site_favicon)
site_favicon}}">
@endif
@if ($errors->has('instagram_link')) {{ $errors->first('instagram_link') }} @endif
Choose File
No file chosen...
@if($settings->header_logo)
header_logo}}">
@endif
@if ($errors->has('facebook_link')) {{ $errors->first('facebook_link') }} @endif
Choose File
No file chosen...
@if($settings->footer_logo)
footer_logo}}">
@endif {{--
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
--}}
@if ($errors->has('website')) {{ $errors->first('website') }} @endif

Latpay settings

Practitioner profile settings

online_profile_video}}" download>Download @if ($errors->has('online_profile_video')) {{ $errors->first('online_profile_video') }} @endif
booking_system_video}}" download>Download @if ($errors->has('booking_system_video')) {{ $errors->first('booking_system_video') }} @endif
both_video}}" download>Download @if ($errors->has('both_video')) {{ $errors->first('both_video') }} @endif

Appointment charges

{{--
@if ($errors->has('cancel_charge'))

{{ $errors->first('cancel_charge') }}

@endif
--}}
@if ($errors->has('missed_charge'))

{{ $errors->first('missed_charge') }}

@endif
@if ($errors->has('free_credits'))

{{ $errors->first('free_credits') }}

@endif

GST charges

@if ($errors->has('gst'))

{{ $errors->first('gst') }}

@endif
Cancel