diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index df00739..25b042f 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -4,7 +4,7 @@ - {{ $title }} | Flo.do + @yield('title', 'Admin') | Flo.do @@ -23,29 +23,44 @@ @@ -61,14 +76,10 @@
-

{{ $title }}

- +

@yield('title')