History Data
# | Addiction | Result | Date Time | # |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $history->addiction->name }} | {{ $history->result }}% | {{ $history->created_at->format('d-m-Y H:i:s') }} |
|
@extends('layouts.masteruser') @section('title', 'Histories Datas') @section('styles') @endsection @section('content')
# | Addiction | Result | Date Time | # |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $history->addiction->name }} | {{ $history->result }}% | {{ $history->created_at->format('d-m-Y H:i:s') }} |
|