@extends('store.layout.app') @section ('content') @section ('content')
@if (session()->has('success'))
@if(is_array(session()->get('success'))) @else {{ session()->get('success') }} @endif
@endif @if (count($errors) > 0) @if($errors->any()) @endif @endif
{{csrf_field()}}

{{ __('keywords.Store Opening Time')}}

{{ __('keywords.Store Closing Time')}}

{{ __('keywords.Interval (Minutes)')}}


{{csrf_field()}}

{{csrf_field()}}

{{ __('keywords.Driver Incentive')}} ({{$currency->currency_sign}})

{{csrf_field()}}

@endsection
@if (session()->has('success'))
@if(is_array(session()->get('success')))
    @foreach (session()->get('success') as $message)
  • {{ $message }}
  • @endforeach
@else {{ session()->get('success') }} @endif
@endif @if (count($errors) > 0) @if($errors->any()) @endif @endif

Store Time Slot

{{csrf_field()}}

Store Opening Time

Store Closing Time

Interval (Min)

Delivery Charge Setting

{{csrf_field()}}

Order Value

Set minimum and maximum cart value

{{csrf_field()}}
@endsection