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

Admin Dashboard - Applications

@foreach($applications as $app) @endforeach
Full Name Email Status View
{{ $app->full_name }} {{ $app->email }} {{ $app->status }} View
@endsection