@if (isset($conn_chk)) @php $datatable_css = 'datable_sales_conn'; $mark_result = false; @endphp @elseif (isset($search_chk)) @php $datatable_css = 'datable_sales_search'; $mark_result = true; @endphp @elseif (isset($reports_chk)) @php $datatable_css = 'datable_sales_reports'; $mark_result = false; @endphp @else @php $datatable_css = 'datable_sales_list'; $mark_result = false; @endphp @endif @forelse ($opportunities as $opportunity) @include('sales_opportunities.table-template-content') @empty @endforelse @if (isset($opportunities->search_conn)) @php $mark_result = false; @endphp @forelse ($opportunities->search_conn as $opportunity) @include('sales_opportunities.table-template-content') @empty @endforelse @endif
Id Name Account Name Type Stage Amount Close Date Owner
@if(!isset($conn_chk)) @else @endif