@extends('master') @section('content')

{{ __('Residents Edit Approval List') }}

Residents list

{{ __('View and manage residents edit approvals') }}

{{ $residents->links('pagination::tailwind') }}
@forelse ($residents as $resident) @empty @endforelse
Id Name Change At Actions
{{ $resident->id }} {{ $resident['edit']['user']['last_name'] }}, {{ $resident['edit']['user']['first_name'] }} {{ $resident['edit']['user']['middle_name'] }} {{ $resident->created_at->format('M d, Y h:i A') }}
No Pending Edit Request from Residents
@endsection @section('scripts') @endsection