Clear
@if($sharedCredits->count() > 0 && $search)
@csrf
@endif
@if($sharedCredits->count() > 0) @foreach($sharedCredits as $credit) @endforeach @else @endif
From Sent To Sent To Name Start Credit Sent Credit End Credit Created At
{{ ($credit->from_email)?$credit->from_email:'-' }} {{ ($credit->to_email)? $credit->to_email:'-' }} {{ ($credit->to_name)? $credit->to_name :'-' }} {{ ($credit->start_credit)? $credit->start_credit:'-' }} {{ ($credit->credits)?$credit->credits:'-' }} {{ ($credit->end_credit)? $credit->end_credit:'-' }} {{formatDate($credit->created_at,"dt","default")}}
No data found.
{{ $sharedCredits->appends(['s' => $search])->links() }}