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

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