@extends('layouts.member-app') @push('head-script') @endpush @section('page-title')

Admin Keywords Listing

@push('head-script') @endpush @php $singleAsign = array(); if(count($asignedkeys)>0){ $singleAsign = array(); foreach($asignedkeys as $key => $kval){ $singleAsign{$kval['asignkeys']['keyword_id']}[] = $kval['asignkeys']['keyword_value']; } } @endphp

FIRE

Assigned Keywords
@if(count($singleAsign) > 0 && !empty($singleAsign[1])) @foreach($singleAsign[1] as $fire)
{{$fire}}
@endforeach @endif
All Keywords
@if(count($totalData) > 0 && !empty($totalData[1])) @foreach($totalData[1]['keyval'] as $key => $fire)
@endforeach @endif

HIGH

Assigned Keywords
@if(count($singleAsign) > 0 && !empty($singleAsign[2])) @foreach($singleAsign[2] as $high)
{{$high}}
@endforeach @endif
All Keywords
@if(count($totalData) > 0 && !empty($totalData[2])) @foreach($totalData[2]['keyval'] as $key => $high)
@endforeach @endif

MEDIUM

Assigned Keywords
@if(count($singleAsign) > 0 && !empty($singleAsign[3])) @foreach($singleAsign[3] as $med)
{{$med}}
@endforeach @endif
All Keywords
@if(count($totalData) > 0 && !empty($totalData[3])) @foreach($totalData[3]['keyval'] as $key => $med)
@endforeach @endif

LOW

Assigned Keywords
@if(count($singleAsign) > 0 && !empty($singleAsign[4])) @foreach($singleAsign[4] as $low)
{{$low}}
@endforeach @endif
All Keywords
@if(count($totalData) > 0 && !empty($totalData[4])) @foreach($totalData[4]['keyval'] as $key => $low)
@endforeach @endif
@endsection @push('footer-script') @endpush