From: Louis Jeckel Date: Fri, 4 Sep 2020 10:03:30 +0000 (+0200) Subject: podcast temp page X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=df2fd9121161a062029accdece4ee8c6faff1062;p=psq.git podcast temp page --- diff --git a/app/Http/Controllers/PodcastController.php b/app/Http/Controllers/PodcastController.php index acd74a3..15ff92e 100644 --- a/app/Http/Controllers/PodcastController.php +++ b/app/Http/Controllers/PodcastController.php @@ -12,6 +12,6 @@ class PodcastController extends Controller public function index() { \View::share('podcast', Podcast::published()->visible()->orderByDesc('id')->firstOrFail()); - return view('podcasts.show'); + return view('podcasts.temp'); } } diff --git a/resources/views/podcasts/temp.blade.php b/resources/views/podcasts/temp.blade.php new file mode 100644 index 0000000..73c42e2 --- /dev/null +++ b/resources/views/podcasts/temp.blade.php @@ -0,0 +1,14 @@ +@extends('layouts.app') + +@section('content') + +
+

Revenez plus tard !

+ +

Le Podcast de la communication santé sera bientôt disponible !

+ + + +
+ +@endsection