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