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

Listing of Assign Keywords

S. NO

Keyword

Lead Agent

@foreach($assignList as $key => $asign)

{{$loop->iteration}}

{{$asign['keyword']}}

{{$asign['agent']}}

@endforeach
@endsection @push('footer-script') @endpush