@extends('layouts.app') @section('title', 'Settings') @section('page-wrapper')
@csrf

Update Settings

@error('coupon_requests_expire_time_in_minutes')
{{ $message }}
@enderror
@error('savor_pricing')
{{ $message }}
@enderror
@error('hours_between_two_coupon_requests')
{{ $message }}
@enderror
@error('customer_care_mobile_no')
{{ $message }}
@enderror
@error('customer_care_email')
{{ $message }}
@enderror
@if (session('success') === 'Settings updated successfully!') @endif @endsection @section('scripts') @endsection