This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
memberdb/resources/theme/frontend/metronic/welcome.blade.php
2017-08-03 16:35:36 +10:00

60 lines
1.0 KiB
PHP

@extends('layouts.frontend')
@section('page_heading',$so->site->name)
@section('section')
{{-- SLIDER --}}
@if (true)
@include('layouts.slider')
@endif
{{-- END SLIDER --}}
<div class="main">
<div class="container">
{{-- SERVICE BOX --}}
@if (true)
@include('layouts.servicebox')
@endif
{{-- END SERVICE BOX --}}
{{-- TESTIMONIALS --}}
@if (true)
@include('layouts.blockquote')
@endif
{{-- END TESTIMONIALS --}}
{{-- ACTIVITY --}}
@if (true)
@include('layouts.activity')
@endif
{{-- END ACTIVITY --}}
@if (false)
<!-- BEGIN TABS AND TESTIMONIALS -->
<div class="row mix-block margin-bottom-40">
{{-- TABS --}}
@if (false)
@include('layouts.tabs')
@endif
{{-- END TABS --}}
{{-- TESTIMONIALS --}}
@if (false)
@include('layouts.testimonials')
@endif
{{-- END TESTIMONIALS --}}
</div>
<!-- END TABS AND TESTIMONIALS -->
@endif
{{-- STEPS --}}
@if (TRUE)
@include('layouts.steps')
@endif
{{-- END STEPS --}}
</div>
</div>
@endsection