@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($currentTab=="contacts") Contacts @else Groups @endif 0
@include('backend.phonebook.models')
Loading...
@if($currentTab=="contacts")

Select Contact

@else

Select Group

@endif
OR
@if($currentTab=="contacts")
Download Import Template
@else
Download Import Template
@endif