@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @component('admin.components.tabs')

{{ $title }} {{ $store->name }}

@if(!$is_demo_receipt) {{ __('admin_dashboard.msgReceiptExampleDescription') }} @endif

{{ __('admin_setting.btnAdd') }}
@include('layouts.flashmessage') @if($store) @foreach($store->storeDetails as $item) @endforeach @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') }}
@endcomponent @component('components.utility.modal_confirmation_delete') @endcomponent @endsection