@extends('admin::layouts.master')
@section('page_title')
{{ __('admin::app.contacts.persons.title') }}
@stop
@section('content-wrapper')
{!! view_render_event('admin.contacts.persons.index.persons.before') !!}
{{ Breadcrumbs::render('contacts.persons') }}
{{ __('admin::app.contacts.persons.title') }}
{!! view_render_event('admin.contacts.persons.index.persons.after') !!}
@if (bouncer()->hasPermission('contacts.persons.create'))
{{ __('admin::app.contacts.persons.create-title') }}
@endif
@stop