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,25 @@
@extends('client.topCargo.layouts.layout')
@section('title', $article->title)
@section('content')
@switch($alias)
@case('about-us')
@include('client.topCargo.partials.about.about-us')
@break
@case('who-are-we')
@include('client.topCargo.partials.about.about-us')
@break
@case('message-from-md')
@include('client.topCargo.partials.about.message-from-md')
@break
@default
@endswitch
@endsection