Forms Management

Create New Form
PSW Forms
Create PSW Form
FBR Invoice
Create FBR Invoice
TDAP Certificate
Create Certificate
SBP Form
Create SBP Form
@if(isset($forms) && $forms->count() > 0)
@foreach($forms as $form) @endforeach
Form Number Type Client Status Created Actions
{{ $form->form_number }} {{ strtoupper($form->type) }} {{ $form->client->name ?? 'N/A' }} {{ ucfirst($form->status) }} {{ $form->created_at->format('M j, Y') }}
View @if($form->type == 'psw') 📥 Download @elseif($form->type == 'fbr') 📥 Download @elseif($form->type == 'tdap') 📥 Download @elseif($form->type == 'sbp') 📥 Download @endif
@else
No Forms Created Yet

Start by creating your first Pakistani government form using the options above.

@endif