Item Data
Create Item# | Factor | Item | Item Content | Value | Status | # |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $factorName }} | {{ $item->code }} | {{ $item->content }} | {{ $item->value }} | {{ ucwords($item->status) }} |
|
@extends('layouts.master') @section('title', 'Item Datas') @section('styles') @endsection @section('content')
# | Factor | Item | Item Content | Value | Status | # |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $factorName }} | {{ $item->code }} | {{ $item->content }} | {{ $item->value }} | {{ ucwords($item->status) }} |
|