@vite(['resources/css/app.css', 'resources/js/app.js',]) @stack('scripts') @stack('styles')
@extends('adminlte::page') @section('title', $title ?? 'Staff Panel') {{--@section('content_header')
{{ $header ?? 'Başlık Yok' }}
@stop--}}
@section('content') @yield('page-content') @endsection