@extends('layouts.admin') @section('left') @if(count($rows) > 0)
@foreach($columns->viewlist as $col) @endforeach @foreach($rows as $row) @foreach($columns->viewlist as $col) @endforeach @endforeach
{{$col}}Status Completed ByCompleted On
{{$row->$col}}{{$row->syscmt}} {{$row->name}} {{$row->archon}}
@else

No lists found!

@endif @endsection