@extends('layouts.master') @section('content')

Payroll List

@foreach($data as $item) @endforeach
ID Name Status Date Created Date Modified Action
{{$item->id}} {{$item->short_description}} {{$item->status}} {{$item->created_by}} {{$item->updated_at}}
@endsection @push('scripts') @endpush