@extends('layouts.app')
@section('title', 'Settings')
@section('page-title', 'Settings')
@section('breadcrumb', 'Platform configuration')
@section('content')
@foreach(['general' => 'General', 'payment' => 'Payment / Razorpay', 'email' => 'Email SMTP', 'tax' => 'Tax', 'whatsapp' => 'WhatsApp', 'branding' => 'Theme & Branding'] as $key => $label)
@endforeach
{{-- General Tab --}}
{{-- Payment Tab --}}
{{-- Email Tab --}}
{{-- Tax Tab --}}
{{-- WhatsApp Tab --}}
{{-- Branding Tab --}}
@endsection