@extends('client.topCargo.layouts.layout')

@section('title', 'News')

@section('content')

    @include('client.topCargo.partials.news.news')
    
@endsection