@extends('layouts.frontend.master') @section('style') @endsection @section('content')
@include('frontend.home.slide')
@include('frontend.home.leftsidebar')
@include('frontend.guides.inc_listing')
@endsection @section('script') @endsection