{{ __('Storage Items') }}
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Create Storage Item
Storage Items Table
| Title | Permalink | Price | Status | Sort Order | Actions |
|---|---|---|---|---|---|
| {{ $item->title }} | {{ $item->permalink }} | @if (!is_null($item->price)) ${{ number_format($item->price, 2) }} @else - @endif | @if ($item->is_active) Active @else Inactive @endif | {{ $item->sort_order ?? '-' }} |
|
| No data | |||||
| Title | Permalink | Price | Status | Sort Order | Actions |