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

10 lines
169 B
PHP
Raw Permalink Normal View History

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