@extends('layouts.app') @section('content')

Contacts From SEO Landing Page


@foreach($contacts as $contact) @if ($contact->start_project == 0 && $contact->work_with_us == 0) @endif @endforeach
# Name Company Email Phone Message Country Campaign Actions
{{ $contact->id }} {{ $contact->name }} {{ $contact->company }} {{ $contact->email }} {{ $contact->phone }} {{ $contact->message }} {{ $contact->country ?: '-' }} {{ $contact->campaing ?: '-' }}
@csrf @method('DELETE')
{{ $contacts->links() }}
@endsection