@extends('admin.layout') @section('content') Website Settings Dashboard Settings @csrf Site Name* @if ($errors->has('site_name')) {{ $errors->first('site_name') }} @endif Update @csrf Site Logo (300x100)* @if ($errors->has('site_logo')) {{ $errors->first('site_logo') }} @endif Update @csrf Site Favicon (16x16, 32x32)* @if ($errors->has('site_favicon')) {{ $errors->first('site_favicon') }} @endif Update {{-- invoice prefix --}} @csrf Invoice Prefix (MAX 10 CHAR ONLY)* @if ($errors->has('invoice_prefix')) {{ $errors->first('invoice_prefix') }} @endif Update @csrf Site State* -select-state-- Andhra Pradesh Andaman and Nicobar Islands Arunachal Pradesh Assam Bihar Chandigarh Chhattisgarh Dadar and Nagar Haveli Daman and Diu Delhi Lakshadweep Puducherry Goa Gujarat Haryana Himachal Pradesh Jammu and Kashmir Jharkhand Karnataka Kerala Madhya Pradesh Maharashtra Manipur Meghalaya Mizoram Nagaland Odisha Punjab Rajasthan Sikkim Tamil Nadu Telangana Tripura Uttar Pradesh Uttarakhand West Bengal @if ($errors->has('site_state')) {{ $errors->first('site_state') }} @endif Update @csrf Custom Script/Tags in head tag* @if ($errors->has('site_meta_tags')) {{ $errors->first('site_meta_tags') }} @endif Update @endsection @push('footer-script') {{-- --}} @endpush