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

Manage Partners

@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach ($contacts as $contact) @endforeach
Name Email Phone Address City Country Comment Add Date Action
{{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} {{ $contact->address }} {{ $contact->city }} {{ $contact->country }} {{ $contact->comment }} {{ $contact->created_at }}
@csrf @method('DELETE')
@endsection