@extends('layouts.app') @section('content') @if (request()->path() && request()->path() !== '/')
@include('dashboard.breadcrumbs')
@endif
@yield('content-body')
@endsection