Skip to content

Instantly share code, notes, and snippets.

@M4R14
Created December 24, 2017 09:10
Show Gist options
  • Select an option

  • Save M4R14/56a911efbb5547dfbbc72ca26cee7beb to your computer and use it in GitHub Desktop.

Select an option

Save M4R14/56a911efbb5547dfbbc72ca26cee7beb to your computer and use it in GitHub Desktop.
// Controller.php
$breadcrumb = [
  [ "label" => $page_title, "path" => "/$path" ],
  [ "label" => $txt_manage, "path" => null ],
];

// view.blade.php
@section('page-title')
    @include('breadcrumb', ['breadcrumb' => $breadcrumb])
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment