@extends('../../master_layout/website_master')
@section('custom_css')
@endsection
@section('heading')
{{$page->title}}
@php
$breadcrumb = array(
array('title'=>'Page', 'url'=>'', 'active'=>'1')
);
@endphp
@include('website_view.component.breadcrumb', compact("breadcrumb"))