All Third Party Registration
@php
$ThirdPartyRegistration = explode(',', $rights->third_party_registration);
$add = $ThirdPartyRegistration[0];
$view = $ThirdPartyRegistration[1];
$edit = $ThirdPartyRegistration[2];
$updateStatus = $ThirdPartyRegistration[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Donor/Vendor Details |
Address |
Contact Details |
Status |
Action |
@endif