@extends('admin.account.show') @section('content')
|
|
ID | Avatar | Title | Goal | Level | Created Date | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{ $workout->id ?? '--' }}
|
|
{{ ucfirst($workout->title ?? '--') }} | {{ $workout->goal ?? '--' }} | {{ $workout->level ?? '--' }} | {{ date('F d, Y', strtotime($workout->created_at)) }} | Actions |