@extends('../backend/layout/' . $layout) @section('subhead') Settings @endsection @section('subcontent')

Settings

Payment Option

@csrf @method('PUT')
@foreach ($paymentOptions as $key => $paymentOption)
@if (isset($paymentOption['credentials']))
@endif
@endforeach

Currency rates

@csrf @foreach($currencies as $key => $currency) @endforeach
{{ $currency->symbol }}
{{ $currency->name }}

Shipping Calculation

@csrf value == "true" ? 'checked' : '' }}>

Database Backup

@csrf
@endsection @section('script') @endsection