From 4a57b8642c6443718e5b605f04411067cc2ccf62 Mon Sep 17 00:00:00 2001 From: merdan Date: Mon, 10 Feb 2020 16:02:28 +0500 Subject: [PATCH] home page chacnge cartoon --- resources/views/Bilettm/Public/HomePage.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/Bilettm/Public/HomePage.blade.php b/resources/views/Bilettm/Public/HomePage.blade.php index 80f77105..afeb8bc2 100644 --- a/resources/views/Bilettm/Public/HomePage.blade.php +++ b/resources/views/Bilettm/Public/HomePage.blade.php @@ -26,7 +26,7 @@ {{-- --}} {{----}} -@if(isset($theatre)) +@if(isset($cartoon)) @include('Bilettm.Partials.HomeCinema',['category'=>$cartoon,'id'=>'cartoon']) @endif {{--
--}}