To Do
This is an example dashboard created using build-in elements and components.
@csrf
Sale Invoice List
@if(!empty($lists)) @php $i=1; @endphp @foreach($lists as $list) @php $i++; @endphp @endforeach @endif
# User Name Title Description Priority Date Action
{{$i}} {{$list->name}} {{$list->title}} {{$list->description}} {{($list->priority == 1) ? 'To Do' : (($list->priority == 2) ? 'In Progress' : (($list->priority == 3) ? 'Ready' : 'Completed'))}} {{$list->created_at}}