@if ($data["scope_color"] === null)
@else
@endif
{{ __('app.menu.'.$data["name"].'_'.$data["section"]) }}
@if ($data["parent_info_link"] !== null)
{{ __('app.common.of')}} {{$data["parent_info_link"]}}
@endif
@if (isset($data["sheet_name"]) && $data["sheet_name"] !== "")
-
{{ __('app.common.home') }}
@foreach ($data["breadcrumb"] as $index => $subitemData)
@if ($subitemData["is_link"] === true)
- {{ $subitemData["label"] }}
@else
- {{ $subitemData["label"] }}
@endif
@endforeach
- {{ __('app.menu.'.$data["name"].'_'.$data["section"]) }}