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

Listing of Assign Keywords

@for($i=1;$i<5;$i++)

{{$keyName[$i]}}

S.No. Keyword Lead Agent
@if(!empty($assignList) && !empty($assignList[$i])) @foreach($assignList[$i] as $key => $value) @endforeach @endif
{{$loop->iteration}} {{$value['keyword']}} {{$value['agent']}}
@endfor
@endsection @push('footer-script') @endpush