@extends('admin.layouts.app') @section('title', 'Settings') @section('page-title', 'System Settings') @section('content')
@csrf @method('PUT')

Store Information

Currency & Tax

Delivery Settings

Amount charged to the customer for delivery

Amount delivery boy gets per order (can override when assigning)

Order Settings

Hours after order placement when cancellation is allowed

App Theme (Mobile)

Theme applied in the mobile app (Home, Login, etc.). Users see it after refreshing the app.

@if(session('success'))
{{ session('success') }}
@endif
@endsection