@php $contacts = $user->contacts; @endphp @foreach ($contacts as $contact)
{!! Form::open([ 'url' => route('contact.destroy', $contact->id), 'method' => 'delete']) !!} {!! Form::close() !!} @if(count($contacts) > 1)
@endif
{{-- end address box --}} @endforeach

Add New Contact