@php /** * Component : Contact * Controller : ContactController * File : contact.list.blade.php * ----------------------------------------------------------------------------- */ $currentGroup = $groupUid ? $vendorContactGroups->where('_uid', $groupUid)->first() : null; @endphp @extends('layouts.app', ['title' => __tr('Contacts')]) @section('content') @include('users.partials.header', [ 'title' => $groupUid ? __tr('__groupName__ group contacts', [ '__groupName__' => $currentGroup->title ]) : __tr('Contacts'), 'description' => $groupUid ? $currentGroup->description : '', 'class' => 'col-lg-7' ])
{{ __tr('You can import excel file with new contacts or existing updated.') }}