@include("admin.layouts.header") @isset($without_card)
@yield('content') @else
@yield('content')
@endisset @include("admin.layouts.footer")