@extends('layouts.website') @section('title','Home') @section('page_title','') @section('page_level_css') @endsection @section('content')
home-banner
{!! $data->description ?? '' !!}
@endsection @push('page_level_script') @endpush @push('footerscript') @endpush