10 lines
169 B
PHP
Raw Normal View History

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