diff --git a/src/views/components/app-bar.blade.php b/src/views/components/app-bar.blade.php index 9da1744..dd16b96 100644 --- a/src/views/components/app-bar.blade.php +++ b/src/views/components/app-bar.blade.php @@ -2,11 +2,22 @@
- @if ($start) -
attributes) }}> +
attributes) }}> + @if ($start) {{ $start }} -
- @endif + @endif + + @if ($title || isset($titleSlot)) + + @isset($titleSlot) + {{ $titleSlot }} + @else + {{ $title }} + @endisset + + @endif +
+ @isset($end)
attributes) }}> @@ -14,4 +25,4 @@
@endisset
- + \ No newline at end of file