@if(Route::currentRouteName() === 'dashboard')
@yield('breadcrumb')
@else
@yield('title')
@endif