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