@extends('front'.viewPrfx().'layouts.master') @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']))}}
{!! removeUselessLineBreaks($news['description']) !!}
@endsection