@extends('admin.partial.admin_master') @section('title') Kanban Status | Master Data PMO @endsection @section('css') @endsection @section('main') @can('Master Data')

Manage To do list status {{-- --}}

{{-- --}} @foreach ($data as $key=>$row ) {{-- --}} @endforeach
No NameDi Buat Oleh Di Update OlehAction
{{ $key+1 }} {{ $row->status_name ??'' }}{{ $row->createdby->name??'' }} {{ $row->updatedby->name??'' }} {{-- modal edit --}} {{-- end of modal edit --}} {{-- --}} {{-- modal edit --}}
@endcan @endsection @section('js') @endsection