@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@if(count($contacts)) @foreach ($contacts as $contact) @endforeach @else @endif
Ref Name Email Phone Subject Actions
{{ $loop->iteration }} {{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} {{ $contact->subject }} Actions
no data found
{{ $contacts->links() }}
@endsection