@extends('layouts.front') @push('css') @endpush @section('content')
@includeIf('partials.front.listing')
@include('partials.front.cta') @include('partials.front.footer')
@endsection @push('js') @endpush