@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 | المدونة') @endif @section('content')
@foreach($articles as $article)
Fanadek Masr | فنادق مصر | {{$article->title}}

{{$article->title}}

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

@endforeach
{{$articles->links()}}
@endsection