@extends('layouts.master') @section('title') @lang('role.permission_title') @endsection @section('content') @component('components.breadcrumb') @slot('li_1_link'){{route('role.index')}}@endslot @slot('li_1')@lang('role.index_title')@endslot @slot('li_2')@lang('role.permission_title')@endslot @slot('title')@lang('role.permission_title')@endslot @endcomponent