@extends('layouts.app') @section('title', $category->name . ' | ' . config('app.meta_title')) @section('og_image', $category->image_url) @section('og_url', $category->url) @section('og_type', $category->name) @push('head') @endpush @section('content')
@if (!$items->isEmpty())
@foreach ($items as $item)
{{ $item->name }}
{{ $item->preview_des }}
{{ $item->view_price_usd }} @if ($item->has_discount) {{ $item->view_original_price_usd }} @endif
@endforeach
@endif @endsection @push('script') @endpush