@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
@if($content != null) {!! $content->value !!} @endif
{{--
@csrf
--}}
@endsection @section('script') @endsection