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

10 lines
169 B
PHP

@extends('client.topCargo.layouts.layout')
@section('title', $news->title)
@section('content')
@include('client.topCargo.partials.news.news-detail')
@endsection