@extends('layouts.app') @section('content')

{{ $pageTitle }} {{ $pageNote }}

@if($access['is_add'] ==1) @endif
{{ SiteHelpers::activeLang('Id', (isset($fields['id']['language'])? $fields['id']['language'] : array())) }} {{ $row->id}}
{{ SiteHelpers::activeLang(' Foma Image', (isset($fields[' foma_image']['language'])? $fields[' foma_image']['language'] : array())) }} {{ $row-> foma_image}}
{{ SiteHelpers::activeLang('Foma Comments', (isset($fields['foma_comments']['language'])? $fields['foma_comments']['language'] : array())) }} {{ $row->foma_comments}}
{{ SiteHelpers::activeLang('Created At', (isset($fields['created_at']['language'])? $fields['created_at']['language'] : array())) }} {{ $row->created_at}}
{{ SiteHelpers::activeLang('Updated At', (isset($fields['updated_at']['language'])? $fields['updated_at']['language'] : array())) }} {{ $row->updated_at}}
{{ SiteHelpers::activeLang('Updated By', (isset($fields['updated_by']['language'])? $fields['updated_by']['language'] : array())) }} {{ $row->updated_by}}
{{ SiteHelpers::activeLang('Is Active', (isset($fields['is_active']['language'])? $fields['is_active']['language'] : array())) }} {{ $row->is_active}}
@stop