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

{{ __('navbar.blog') }}

@endsection