10 lines
160 B
PHP
10 lines
160 B
PHP
@extends('client.topCargo.layouts.layout')
|
|
|
|
@section('title', 'News')
|
|
|
|
@section('content')
|
|
|
|
@include('client.topCargo.partials.news.news')
|
|
|
|
@endsection
|