@extends('backend.layouts_backend.master2') @section('title') General Settings @endsection @section('extra_styles') @endsection @section('content') {{-- header --}}

General Settings


{{-- end header --}}
{{-- alert add item --}} @if (session('messagesave')) {{--
{{ session('message')}}
--}} @endif {{-- alert delete item --}} @if (session('messagedelete')) {{--
{{ session('messagedelete')}}
--}} @endif {{-- alert update item --}} @if (session('messageupdate')) @endif
@csrf

{{-- save button --}}

{{-- end of save button --}}
{{-- point of sale settings --}}
Enable or disable bookings on point of sale screen

The "Enable or Disable Bookings on Point of Sale (POS) Screen" feature allows the business administrator to control whether booking-related information is made directly through the POS interface


Enable or Disable Sale notes on point of sale

{{-- end point of sale settings --}} {{-- product settings --}}
Enable or disabled Fields when adding a new product


The "Enable or disabled Fields when adding a new product " feature allows the business administrator to control whether certain fields are important to the business or they can register a product without them


 
 
 
 
 
 
 
{{-- end of product settings --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection