@extends('layouts/layoutMaster') @section('style') @section('title', 'General Settings') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/select2/select2.scss', ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/select2/select2.js', ]) @endsection @section('content')
@csrf
@if($logoUrl) @else @endif
Allowed JPG, PNG. Max size of 800K
@if($favUrl) @else @endif
Allowed JPG, PNG. Max size of 800K
Please enter the Title.
Please enter the Website (URL).
Please enter the Email ID.
Please enter the Phone No.
Please enter the Mobile No.
Please enter the Whatsapp No.
Please Select Date Format
Please enter the Registered Name.
Please enter the Tax No.
Please enter the Pincode.
Payment Remainder Days Required.
Currency format Required.
Bank Details
Social Media
@if(isset($social_media_list)) @foreach($social_media_list as $slist)
@endforeach @endif
API Details
Cancel
@endsection