// Controller.php
$breadcrumb = [
[ "label" => $page_title, "path" => "/$path" ],
[ "label" => $txt_manage, "path" => null ],
];
// view.blade.php
@section('page-title')
@include('breadcrumb', ['breadcrumb' => $breadcrumb])
@endsection
Created
December 24, 2017 09:10
-
-
Save M4R14/56a911efbb5547dfbbc72ca26cee7beb to your computer and use it in GitHub Desktop.