@extends('landlord.layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif
{!! Form::open(['route' => 'superadminGeneralSetting.store', 'files' => true, 'method' => 'post']) !!}

{{trans('file.General Setting')}}

{{trans('file.The field labels marked with * are required input fields')}}.

@if($errors->has('site_logo')) {{ $errors->first('site_logo') }} @endif
frontend_layout == 'regular') checked @endif required>
frontend_layout == 'custom') checked @endif required>
@if($lims_general_setting_data) @endif

{{trans('file.Payment Setting')}}

{{trans('file.The field labels marked with * are required input fields')}}.


Stripe Credentials

Paypal Credentials

Razorpay Credentials
Paystack Credentials

Paydunya Credentials

{{trans('file.SEO Setting')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{{trans('file.Analytics Setting')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{!! Form::close() !!}
@endsection @push('scripts') @endpush