@if (session()->has('success'))
@endif
@if (session()->has('error'))
@endif
@yield('content')
@include('dashboard.common.footer')