@extends('adminlte::master') @section('adminlte_css') @stack('css') @yield('css') @stop @section('classes_body'){{ ($auth_type ?? 'login') . '-page' }}@stop @section('body')
{{-- Logo --}} {{-- Card Box --}}
{{-- Card Header --}} @hasSection('auth_header')

@yield('auth_header')

@endif {{-- Card Body --}}
@yield('auth_body')
{{-- Card Footer --}} @hasSection('auth_footer') @endif
@stop @section('adminlte_js') @stack('js') @yield('js') @stop