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