@extends('web.layouts.master')
@php
$header = \App\Models\PageSetup::page('blog');
@endphp
@if(isset($header))
@section('title', $article->title)
@section('top_meta_tags')
@if(isset($header->meta_description))
@else
@endif
@if(isset($header->meta_keywords))
@else
@endif
@endsection
@endif
@section('social_meta_tags')
@if(isset($setting))
@endif
@endsection
@section('content')
{{ $article->title }}