@extends('admin.account.show') @section('content')
|
|
Recipe ID | Title | Protein | Leucine | Date Added | Date Modified | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{$res->id ?? '-'}} |
@if ($res->is_fav > 0 )
@endif
{{$res->title ?? '-'}}
|
{{$res->protein ?? '-'}} | {{$res->leucine ?? '-'}} | {{$res->updated_at->format('Y-m-d') ?? '-'}} |