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

10 lines
160 B
PHP
Raw Permalink Normal View History

2024-05-05 04:47:49 +00:00
@extends('client.topCargo.layouts.layout')
@section('title', 'News')
@section('content')
@include('client.topCargo.partials.news.news')
@endsection