@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Roles Management', ], [ 'link' => 'roles.index', 'name' => 'Roles', ], [ 'link' => '#', 'name' => $title, ] ] ]) @endsection @section('content')