@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif

{{ __('Update Settings') }}

{{-- Nav links --}} @include('user.pages.edit-store.include.nav-link', ['link' => 'settings'])
{{-- Delivery Options --}}
@csrf

{{ __('Delivery Options') }}

{{-- Delivery Options --}}

{{ __('Delivery Options') }}

@php $deliveryOptions = isset($business_card->delivery_options) ? json_decode($business_card->delivery_options) : null; @endphp

{{ __('Invoice Settings') }}

{{-- Invoice Prefix --}}
{{ __('Invoice Prefix') }}
{{-- Footer --}} @include('user.includes.footer')
@endsection