@extends('layouts.frontend.app') @push('meta') @endpush @section('title', 'All') @section('content')
@foreach ($products as $product)
{{$product->title}}
{{ setting('CURRENCY_CODE_MIN') ?? 'TK' }}.{{$product->price}}
@endforeach
@endsection @push('js') @endpush