@extends('layouts.user') @section('content')
{{ __("Name") }} | {{ __("Price") }} | {{ __("Category") }} | {{ __("Status") }} | {{ __("Reviews") }} | {{ __("Date") }} | {{ __("Action") }} |
---|---|---|---|---|---|---|
{{ $row->title }} | {{ format_money($row->basic_price) }} |
{{$row->cat->name ?? ''}} - {{$row->cat2->name ?? ''}} -- {{$row->cat3->name ?? ''}} |
{{ $row->status }} | {{ $row->getNumberReviewsInService() }} | {{ display_date($row->updated_at)}} | |
{{ __("No Items") }} |