13 lines
508 B
PHP
13 lines
508 B
PHP
|
@include('client.sunsarioverseas.partials.header')
|
||
|
@include('client.sunsarioverseas.nav')
|
||
|
@include('client.sunsarioverseas.template-parts.slider')
|
||
|
|
||
|
<section>
|
||
|
@include('client.sunsarioverseas.template-parts.about')
|
||
|
@include('client.sunsarioverseas.template-parts.promote')
|
||
|
@include('client.sunsarioverseas.template-parts.service')
|
||
|
@include('client.sunsarioverseas.template-parts.demands')
|
||
|
@include('client.sunsarioverseas.template-parts.clients')
|
||
|
</section>
|
||
|
|
||
|
@include('client.sunsarioverseas.partials.footer')
|