@extends('layout') @section('content') @if (session('success'))
×

Success!

{{ session('success') }}

@endif

Setting

{{-- ========================= TAB 1 ========================= --}}

General

@csrf
{{-- ========================= TAB 2 ========================= --}}

Finance & Commission Settings

@csrf
{{-- ========================= TAB 3 ========================= --}}

Integration Settings

Stripe / Paymob Configure
Google Maps API View Key
Mailgun / SendGrid Connect
{{-- ========================= TAB 4 ========================= --}}

Security Settings

@csrf
{{-- ========================= TAB 5 ========================= --}}

System Policy

@csrf
{{-- Your same scripts --}} @endsection