@extends('layouts.app') @section('title', $title = __('broker.index')) @section('content') @include('shared.button', ['type' => 'add', 'url' => route('brokers.create'), 'label' => __('broker.add')]) @endsection