@extends('frontend.layouts.master') @section('title') {{$title}} @endsection @section('content') @php $banner_bg = ""; if($banner != null){ $banner_bg = 'style="background-image:url('.asset($banner->value).')"'; } @endphp @include('frontend.partials.navbar') {{$title}} @if($content != null) {!! $content->value !!} @endif {{-- @csrf Name * Email * Contact No. Message * Send Message --}} @endsection @section('script') @endsection