@include('Partials.sidebar')
@include('Partials.header')

App Settings

  1. Settings
@if(session('success'))
{{ session('success') }}
@endif
Currency Settings
@csrf
{{-- Live preview --}}
Preview: ₹ 50,00,000
@include('Partials.footer')