@extends('front.layouts.master') @section('page-title'){{$page_title}}@endsection @section('page-keywords'){{$page_keywords}}@endsection @section('page-summary'){{$page_summary}}@endsection @section('content')

{{__('message.keywords')}}

{{__('message.categories')}}

    @foreach($categories as $key => $category)
  • @endforeach

{{$news->title}}

{{__('message.posted_on')}} : {{date('d M, Y', strtotime($news->created_at))}}
{!!$news->description!!}
@endsection