@extends('frontEnd.home.front_master') @push('css') @endpush @section('main_content') @if (@$page->header_image)
{!! $page->details !!}
@else

{{$page->title}}

{{$page->sub_title}}

{!! $page->details !!}
@endif @endsection