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

All Referral Sites

@php $ReferralSetup = explode(',', $rights->referral_site); $add = $ReferralSetup[0]; $view = $ReferralSetup[1]; $edit = $ReferralSetup[2]; $updateStatus = $ReferralSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Referral Site Address Details Contact Details Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')