diff options
author | Mateja <mail@matejamaric.com> | 2020-11-15 22:00:11 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-11-15 22:00:11 +0100 |
commit | 5c8e187d09c19c920eab955ae68c1eed5b17747f (patch) | |
tree | 542f08ccd6bd13a2c91b7ccdfbbd3ba0aa748679 /resources/views/pages/reserve.blade.php | |
parent | a197dec136feae5cbf770f412cb951a62ed62564 (diff) | |
download | yota-laravel-5c8e187d09c19c920eab955ae68c1eed5b17747f.tar.gz yota-laravel-5c8e187d09c19c920eab955ae68c1eed5b17747f.zip |
Special Calls on main website. Important!
Diffstat (limited to 'resources/views/pages/reserve.blade.php')
-rw-r--r-- | resources/views/pages/reserve.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/reserve.blade.php b/resources/views/pages/reserve.blade.php index 868ae24..0bcab42 100644 --- a/resources/views/pages/reserve.blade.php +++ b/resources/views/pages/reserve.blade.php @@ -2,7 +2,7 @@ @section('title', 'Make reservation') -@section('navbar', View::make('inc.special_navbar')) +@section('navbar', View::make('inc.navbar')) @section('content') @if (session('status')) |