@include('includes.header-topbar') @include('includes.sidebar-menu')
APDC Application Forms
Documents
Application Forms
Serial NO
Name
Phone
Email
Project
Action
@foreach($applications as $application)
{{$application->serial_no}}
{{$application->name}}
{{$application->telephone}}
{{$application->email}}
{{$application->project}}
@csrf
View
@csrf
Edit
@csrf
Initiate Offer
@csrf
Initiate Receipt
@if($application->form_id)
@csrf
Initiate Discount Invoice
@endif
Delete
@endforeach
Sorry! No Result Found
We've searched more than 150+ Orders We did not find any orders for you search.
Previous
Next
@include('includes.footer')
Loading...