@extends('admin.layouts.app') @section('page_tab_title' ,"General Settings") @section('content') Settings @csrf General settings {{-- Site title * @if ($errors->has('site_title')) {{ $errors->first('site_title') }} @endif --}} Site admin logo Choose File No file chosen... @if($settings->site_logo) site_logo}}"> @endif Email address @if ($errors->has('email_address')) {{ $errors->first('email_address') }} @endif Site Favicon Choose File No file chosen... @if($settings->site_favicon) site_favicon}}"> @endif Instagram link @if ($errors->has('instagram_link')) {{ $errors->first('instagram_link') }} @endif Site header logo Choose File No file chosen... @if($settings->header_logo) header_logo}}"> @endif Facebook link @if ($errors->has('facebook_link')) {{ $errors->first('facebook_link') }} @endif Site footer logo Choose File No file chosen... @if($settings->footer_logo) footer_logo}}"> @endif {{-- Phone number @if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif --}} Website @if ($errors->has('website')) {{ $errors->first('website') }} @endif Latpay settings Merchant Id Merchant Password Merchant Public Key Merchant App Password Practitioner profile settings Video for users with online profile online_profile_video}}" download>Download @if ($errors->has('online_profile_video')) {{ $errors->first('online_profile_video') }} @endif Video for users with booking system booking_system_video}}" download>Download @if ($errors->has('booking_system_video')) {{ $errors->first('booking_system_video') }} @endif Video for users with both options both_video}}" download>Download @if ($errors->has('both_video')) {{ $errors->first('both_video') }} @endif Appointment charges {{-- Cancel appointment charge @if ($errors->has('cancel_charge')) {{ $errors->first('cancel_charge') }} @endif --}} Missed appointment charge @if ($errors->has('missed_charge')) {{ $errors->first('missed_charge') }} @endif Free credits @if ($errors->has('free_credits')) {{ $errors->first('free_credits') }} @endif GST charges GST charge on service/product (in percentage(%)) @if ($errors->has('gst')) {{ $errors->first('gst') }} @endif Submit Cancel
{{ $errors->first('cancel_charge') }}
{{ $errors->first('missed_charge') }}
{{ $errors->first('free_credits') }}
{{ $errors->first('gst') }}