@extends('layout.app') @section('page-title', $title) @section('meta') {!! $meta !!} @if(strpos($_SERVER['REQUEST_URI'], '/blog-categories') === 0) {{-- Temporary meta till category page is implemented --}} @endif @endsection @section('breadcrumb')
@endsection @section('content') {!! $webflowScripts !!}