@extends('layouts.frontend.app')
@push('meta')
@endpush
@section('title', $product->title)
@push('css')
@endpush
@section('content')
{{$product->title}}
Price: {{ setting('CURRENCY_CODE_MIN') ?? 'TK' }}.{{$product->price}}
| {{$product->contact}} |
| {{$product->location}} |
| {{$product->user->name}} |
{!! $product->description !!}
@endsection
@push('js')
@endpush