@extends('cms.layouts.main') @section('content') @include('cms.layouts.headers.partials', ['title' => 'View Record'])
{{ $row->numbers }}
{{ $row->type }}
{{ $row->getTranslation('type', 'ar') }}
{{ $row->getTranslation('type', 'ku') }}
{{ $row->price_formated }}
{{ date('d M Y - h:i A', strtotime($row->created_at)) }}
{{ date('d M Y - h:i A', strtotime($row->updated_at)) }}