Inital Commit
This commit is contained in:
9
resources/views/client/topCargo/news-single.blade.php
Normal file
9
resources/views/client/topCargo/news-single.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
@extends('client.topCargo.layouts.layout')
|
||||
|
||||
@section('title', $news->title)
|
||||
|
||||
@section('content')
|
||||
|
||||
@include('client.topCargo.partials.news.news-detail')
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user