Factor Data
Create Factor| # | Name | Status | # |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $factor->name }} | {{ ucwords($factor->status) }} |
|
@extends('layouts.master') @section('title', 'Factor Datas') @section('styles') @endsection @section('content')
| # | Name | Status | # |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $factor->name }} | {{ ucwords($factor->status) }} |
|