TanchoToplineCargo/resources/views/client/sunsarioverseas/welcome.blade.php

13 lines
508 B
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
@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')