@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @component('admin.components.tabs')
@if(!$is_demo_receipt) {{ __('admin_dashboard.msgReceiptExampleDescription') }} @endif
| No. | Label | Translation | Image | Image URL | |
|---|---|---|---|---|---|
| {{ $item['label'] }} | {{ __($item['label']) }} |
|
{{ asset($item['value']) }} | @php $route_params = [ 'store_slug' => $store->slug, 'store_detail_key' => $store_detail_key, 'store_detail_id' => $item->id, ]; @endphp {{ __('admin_setting.btnEdit') }} |