@extends('front.layout.app') @section('custom-styles') @endsection @section('content')
< >
{{$prod->name}}
{{\Carbon\Carbon::parse($prod->created_at)->toDateTimeString()}}
{{$prod->price}} {{__('word.KWD')}}
@if(isset($prod->user->name))

{!!\Illuminate\Support\Str::limit($prod->user->name, 25, '..')!!}

@endif

{{$prod->getFullLocation()}}

الوصف

{{$prod->descr}}

@if($prod->has_wts || $prod->has_phone) @if($prod->has_wts) @lang('word.conversation') @endif @if($prod->has_phone) @lang('word.call_now') @endif @endif
@endsection @section('scripts') @endsection