@extends('layouts.app') @section('title', trans('menu.contact_title')) @section('content') @php $user = auth()->user(); @endphp
@can('create contacts') {{trans('forms.lbl_add_new')}} @endcan @if($user->hasAnyPermission(['delete contacts'])) {{trans('forms.lbl_delete')}} @endif {{__("forms.lbl_back")}} @if($user->hasAnyPermission(['delete contacts'])) @endif
{{trans("tables.name_title")}} {{trans("tables.action_title")}}
@include('contact::categories.create_edit')
@stop @section('footer-script') @stop