@extends('layouts.app', [ 'title' => trans('locations.organisations.title', ['name' => $model->name]), 'description' => trans('locations.organisations.description'), 'breadcrumbs' => [ ['url' => route('locations.index'), 'label' => __('locations.index.title')], ['url' => route('locations.show', $model), 'label' => $model->name], trans('locations.show.tabs.locations') ] ]) @section('content') @include('partials.errors')
@include('locations._menu', ['active' => 'organisations'])
@include('locations.panels.organisations')
@endsection