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

22 lines
518 B
PHP
Raw Normal View History

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