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

Inbox

@if (!empty($results)) @foreach ($results as $key => $row) @endforeach @endif
SL Full Name Email Subject Action
{{ ++$key }} {{ strFilter($row->first_name) }} {{ strFilter($row->last_name) }} {{ $row->email }} {!! strLimit($row->subject, 20) !!}
@if (canAccess(['inbox show'])) @endif @if (canAccess(['inbox destroy'])) @endif
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush