attributes->class(["drawer-content w-full mx-auto p-5 lg:px-10 lg:py-5"]) }}>
{{-- MAIN CONTENT --}}
{{ $content }}
{{-- SIDEBAR --}}
@if($sidebar)
$withNav])
>
{{-- SIDEBAR CONTENT --}}
@endif
{{-- END SIDEBAR--}}
{{ $sidebar }}
{{-- SIDEBAR COLLAPSE --}}
@if($sidebar->attributes['collapsible'])
@endif