@extends('main') @if($seo !== NULL) @section('title', $seo->title) @section('description', $seo->description) @section('keywords', $seo->keywords) @section('author', $seo->author) @else @section('title', 'Fanadek Masr | '.$article->title) @endif @section('content')
Fanadek Masr | فنادق مصر | {{$article->title}}

{{date('Y-m-d h:i ', strtotime($article->created_at))}} @if(date('A', strtotime($article->created_at)) == 'AM') ص @else م @endif

{!!$article->text!!}
@endsection