@yield('styles')
@if(Session::has('danger-message'))
@endif @if(Session::has('success-message'))
@endif @if($errors->any())
@endif @yield('content')
@yield('scripts') @include('dashboard::payments-place.low-balance')