@extends('layout.front') @section('title', $title) @section('description', $data->meta_description) @section('keywords', $data->meta_keywords) @section('canonical', route('mall-page', $data->route_name)) {{-- @section('geolocationtags') @endsection --}} @section('body_class', '') @section('body_style', 'overflow-y:visible !important;') @section('css-add') @endsection @section('schema') {!! $data->schema !!} @endsection @section('pagecontent')
{{-- page content section --}} {!! $data->body !!} {{-- end of page content section --}}
@endsection