22 lines
518 B
PHP
22 lines
518 B
PHP
@extends('client.topCargo.layouts.layout')
|
|
|
|
@section('title','Global Subbpoer of Transport')
|
|
|
|
@section('content')
|
|
|
|
@include('client.topCargo.partials.welcome.slider')
|
|
|
|
@include('client.topCargo.partials.welcome.franchise')
|
|
|
|
@include('client.topCargo.partials.welcome.service')
|
|
|
|
@include('client.topCargo.partials.welcome.why-choose-us')
|
|
|
|
@include('client.topCargo.partials.welcome.testimonials')
|
|
|
|
@include('client.topCargo.partials.welcome.news')
|
|
|
|
@include('client.topCargo.partials.welcome.our-clients')
|
|
|
|
@endsection
|