@extends('layouts.frontend.index') @section('title', 'Home') @section('meta_title', 'Home - ' . Config::get('app.name')) @section('meta_description', Config::get('param.meta.description')) @section('meta_keywords', Config::get('param.meta.keywords')) @section('content')
@include($dir . 'video')
@include($dir . 'feature')
@include($dir . 'subscribe')
@include($dir . 'package')
@include($dir . 'affiliate')
@endsection @push('styles') @endpush @push('scripts') @endpush