@extends('admin.layouts.app')
@section('title', $title)
@push('head')
@endpush
@section('content')
@php
$currencyConfig = [
'symbol' => html_entity_decode(ch_currency_symbol(setting('currency', 'USD'))),
'code' => setting('currency', 'USD'),
'format' => setting('price_format', '1'),
'position' => setting('currency_position', 'left'),
];
@endphp
@endsection
@push('scripts')
@endpush