TanchoToplineCargo/resources/views/client/sunsarioverseas/welcome.blade.php
2024-05-05 10:32:49 +05:45

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')