@extends('dashboard.layouts.app') @section('title', __('dashboard.View Track')) @section('page_heading', __('dashboard.View Track')) @section('breadcrumb')
| ID | {{ $track->id }} |
|---|---|
| {{ __('dashboard.Category') }} | {{ $track->category->name }} |
| {{ __('dashboard.Name') }} | {{ $track->name }} |
| {{ __('dashboard.Description') }} | {{ $track->description ?? '-' }} |
| {{ __('dashboard.Image') }} |
@if($track->image)
|
| {{ __('dashboard.Level Price') }} | {{ $track->level_price }} |
| {{ __('dashboard.Created At') }} | {{ $track->created_at }} |