@extends('site.master')
@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)
@section('content')
News detail
<h1>{{$post->translation->name}}</h1>
{{$post->translation->description}}
@endsection