@extends('layouts.admin.layout') @section('content')

Inactive Members[Events]

@if (count($absents) == 0) @else @foreach ($absents as $absent) @endforeach @endif
Title User Name Date
No records found
{{ $absent->events->title }} {{ ucfirst($absent->user->userprofile->firstname) }} {{ date('d-m-Y', strtotime($absent->date)) }}
{{ $absents->links() }} @endsection