@extends('layouts.app')
@push('header')
@endpush
@section('content')
{{-- --}}
@include('home.sections.about')
@include('home.sections.service')
@include('home.sections.approach')
@include('home.sections.news')
@include('home.sections.team')
@include('home.sections.testimonial')
{{-- --}}
@endsection
@push('script')
{{--
--}}
@endpush