@vite('resources/css/app.css')
Kamil Marynowski - PHP Software Engineer
@include('pages.layout.partials.nav')
@yield('page-header')
@yield('content')
@include('pages.layout.partials.footer')