@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

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)
Filter
@csrf
Donor/Vendor Details Address Contact Details Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')