@extends('layouts.admin') @section('styles') @endsection @section('page-header', 'Contacts') @section('content')
@forelse ($contacts as $contact) @empty @endforelse
Title Category Added on
{{ $contact->name }} {{ $contact->category_display_name }} {{ $contact->created_at->format('Y-m-d H:i') }} Edit
No contacts yet
{{ $contacts->links() }}
@endsection