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

Issue / Release Permits

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Reset
@forelse ($approvedApps as $app) @empty @endforelse
Application No Business Owner Status Action
{{ $app->application_no }} {{ $app->business->name ?? '—' }} {{ optional($app->business->owner)->fullname ?? '—' }} {{ $app->status }}
@csrf
No approved applications pending release.
{{ $approvedApps->links() }}
@endsection