@extends('layouts.admin') @section('page-header', 'Adoptions (Pending Approval)') @section('styles') @endsection @section('content')
@forelse ($adoptations as $value) @empty @endforelse
First Name Surname Email Wreck Created At Action
{{ $value['fname'] }} {{ $value['sname'] }} {{ $value['email'] }} {{ $value['wreck'] }} {{ $value['created_at'] }}
No adoptation pending approval.
{{ $adoptations->links() }}
@endsection @section('scripts') @endsection