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