@extends('cms.layouts.main') @section('content') @include('cms.layouts.headers.partials', ['title' => 'View Record'])

{{ $page_info['title'] }}

  • Publish

    {!! $row->publish ? '' : '' !!}

  • Image


  • App Image


  • Value

    {!! $row->value !!}


  • Value AR

    {!! $row->getTranslation('value', 'ar') !!}


  • Value KU

    {!! $row->getTranslation('value', 'ku') !!}


  • Created at

    {{ date('d M Y - h:i A', strtotime($row->created_at)) }}


  • Updated at

    {{ date('d M Y - h:i A', strtotime($row->updated_at)) }}

@include('cms.layouts.footers.auth')
@endsection