@extends('web.layouts.master')
@section('content')
{{ __('Brand') }} {{ __('Model') }} {{ __('Warranty') }} {{ __('Color') }}
{{ $product->name ?? 'Untitled Product' }}
{{ __('Posted on') }}:
{{ $product->created_at ? $product->created_at->diffForHumans() : 'Just now' }}
{{ __('Condition') }}:{{ $product?->conditions ?? 'N/A' }}
{{ __('Location') }}:{{ $location_name ?? 'Unknown Location' }}
{{ __('Product Information') }}
{{ __('About Product') }}
{{ __('Description') }}
{{ $product->description }}
{{__('Related Items')}}