You're currently in admin view, the data is not filtered to your user. You new see global data.
@endif
@if (app()->environment('testing'))
THE APPLICATION IS IN TEST MODE!
@endif
@yield('breadcrumbs')
@yield('subheader')
@include('layouts.smartadmin.includes.alerts')
@yield('content')