@extends('layouts.frontend.app') @section('content') @include('system.partials.hero') @include('system.partials.about') @include('system.partials.service') @include('system.partials.info') @include('system.partials.screenshot') @include('system.partials.testimonial') @include('system.partials.client') @include('system.partials.business-potential') @include('system.partials.contact') @endsection @section('css') @endsection @section('js') @endsection