@extends('web.website.layouts.master') @section('title_and_meta') @include('web.website.includes.seo.home') @endsection @section('css') @include('web.website.includes.css.slider') @endsection @section('content') @include($view_path.'.partial.slider') @include($view_path.'.partial.welcome') @include($view_path.'.partial.notice-blog-event') @include($view_path.'.partial.aboutArea') {{--@include($view_path.'.partial.slider')--}} @include($view_path.'.partial.services') @include($view_path.'.partial.staffs') @include($view_path.'.partial.counter') @include($view_path.'.partial.testimonial') @include($view_path.'.partial.client') @endsection @section('js') @include('web.website.includes.scripts.slider') @endsection