@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ langConverter($press->en_title,$press->fr_title) }}
{{ date('d,M Y',strtotime($press->date)) }}
{{ __('Estimated reading time :') }}
{{ $press->read_time.' '.__('min') }}
{!! langConverter($press->en_description, $press->fr_description) !!}
{{ __('Related News') }}
{{-- Slider --}} {{-- /Slider --}}
@endsection @push('post_script') @endpush