@yield('header-content') @yield('page_title', '') {{config('app.name', 'Laravel')}} @foreach(\StarterKit::allStyles() as $name => $path) @endforeach @include('starter-kit::component.navbar')
{{__("Welcome")}}: {{auth()->user()->name}}
@include('admin.component.breadcrump')
@yield('content')
@yield('js-content')
@foreach (\StarterKit::allScripts() as $name => $path) @if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://'])) @else @endif @endforeach @yield('js-content') @include('starter-kit::component.lang')