@extends('layouts.front-app')
@section('header-section')
@include('front.section.header')
@endsection
@section('content')
@include('front.section.feature')
@if(!empty($packages))
@include('front.section.pricing')
@endif
@include('front.section.contact')
@endsection
@push('footer-script')
@endpush