@extends('layouts.master') @section('content')
TPHA About General
{{-- --}} @foreach ($abouts as $item) @if($item->image_attachment == '') @else @endif {{-- --}} @endforeach
Image TitleContentStatus Last Update Action
-- {{$item->title}}{!! $item->description !!}{{$item->publish_status}} {{Carbon\Carbon::parse($item->updated_at)->format('d-M-Y')}}   
@endsection