@extends('front.master.master')
@section('title', __('HOME'))
@section('content')
@include('main::front.slider')
@include('main::front.about')
@include('main::front.projects')
@include('main::front.news')
{{-- @include('main::front.gallary') --}}
@endsection