Send shortlist
@if($clients_selected && count($clients_selected) > 0) @foreach ($clients_selected as $id => $item)
{{$item['name']}}
@endforeach @else Select Clients @endif
    @if($clients) @foreach ($clients as $client)
  • {{$client->user->first_name}} {{$client->user->last_name}}
  • @endforeach @endif
@error('clients_selected') {{ $message }} @enderror
Are you sure you want to send this shortlist?
Cancel