@extends('tenant.layouts.master') @section('breadcrumb') @php $breadcrumb_items[ __('breadcrumb.home')] = '/'; $breadcrumb_items[ __('breadcrumb.representatives')] = route('tenant.representatives.representatives.index'); $breadcrumb_items[ __('breadcrumb.edit')] = '#'; @endphp @include('tenant.layouts.breadcrumb', ['items' => $breadcrumb_items]) @endsection @section('style') @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'representatives.index']) @endsection @section('content')