@extends('cms.layouts.main') @section('content') @include('cms.layouts.headers.partials', ['title' => 'View Record'])
{{ $row->first_name }}
{{ $row->last_name }}
{{ $row->father_name }}
{{ $row->id_number }}
{{ $row->MaritalStatus ? $row->MaritalStatus->title : '' }}
{{ $row->date_of_birth }}
{{ $row->CountryOfBirth->name }}
{{ $row->CityOfResidence->title }}
{{ $row->street }}
{{ $row->building }}
{{ $row->mobile_number }}
{{ $row->phone_number }}
{{ $row->email }}
{{ $row->wallet_formated }}
{{ date('d M Y - h:i A', strtotime($row->created_at)) }}
{{ date('d M Y - h:i A', strtotime($row->updated_at)) }}