@if (request()->routeIs('admin.sections.index'))

@yield('title')

@else

@yield('title')

@endif