Inital Commit

This commit is contained in:
tanch0
2024-05-05 10:32:49 +05:45
commit cc991bb0e1
7418 changed files with 507076 additions and 0 deletions

View File

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