TanchoToplineCargo/resources/views/client/topCargo/article-single.blade.php

26 lines
494 B
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
@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