| S.No |
Website Name |
Name |
Start Date |
End Date |
Action |
@if (!empty($all_compaigns) && count($all_compaigns) > 0)
@foreach ($all_compaigns as $key => $value)
| {{ $key+1 }} |
{{ $value->website->name }} |
{{ $value->name }} |
{{ $value->start_date }} |
{{ $value->end_date }} |
|
@endforeach
@else
| NO Compaigns Found |
@endif
{{@$all_compaigns->links('vendor.pagination.bootstrap-4')}}