Inital Commit
This commit is contained in:
25
resources/views/client/topCargo/article-single.blade.php
Normal file
25
resources/views/client/topCargo/article-single.blade.php
Normal 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
|
Reference in New Issue
Block a user