@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')}}
@if(!empty($news))
Card image
{{--
--}} {{-- img--}} {{--
--}}

{{ \Carbon\Carbon::CreateFromTimeStamp($news->date)->format('d M Y')}}

{{ $news->translation->title }}

{!! $news->translation->description !!}

@else
{!! __("No record found.") !!}
@endif @include('front.common.model')
@endsection