@include('head') @include('header')

InterestSent

@foreach ($interests as $listinterest)

Sent to

{{ $listinterest->fullname }}

Date

{!! date('d M Y', strtotime($listinterest->created_at)) !!}

Status

{{ $listinterest->status }}

@endforeach
{{ $interests->render() }}
@include('sidebar')
@include('adblockbottom')
@include('footer')