@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content') @if ((session('theme') && session('theme') == 'theme2') || $allsettings['theme'] == 'two') @include('front.home.themetwo') @else @if (Route::is('shop')) @include('front.home.shop') @else @include('front.home.themeone') @endif @endif @endsection @section('head-content') @endsection @push('post_script') @endpush