@extends('layouts.master') @section('content')
@forelse ($partner as $contact) {{$contact->name}}{{$contact->email}}{{ $contact->created_at->toDateString() }}{{$contact->seen ? 'viewed' : 'not viewed'}} @empty @endforelse
{{$loop->iteration}}
@endsection @push('custom_js') @include('_helpers.datatable') @include('_helpers.swal_delete') @endpush