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