@include("layouts._topbar")
@include("layouts._sidebar")
@yield('content')
@include("layouts._footer")
{{-- js untuk sweetalert --}}
{{-- pesan berhasil --}}
@if (session()->has('success'))
@endif
{{-- pesan gagal --}}
@if (session()->has('gagal'))
@endif
{{-- end sweetalert --}}
{{-- untuk datatable --}}
@livewireScripts
@stack('js')