@extends('layouts.app')
@section('content')
{{-- Page Header --}}
| # | {{ __('Title') }} | {{ __('Description') }} | {{ __('Thumbnail') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->title }} | {{ $item->description }} |
@if ($item->thumbnail)
{{ __('No Image') }}
@endif
|
{{-- Edit --}}
|
| {{ __('No fast selling items found') }}. | ||||