@extends('dashboard.layouts.app') @section('title', __('dashboard.View Level Session')) @section('page_heading', __('dashboard.View Level Session')) @section('breadcrumb')
ID | {{ $session->id }} |
---|---|
{{ __('dashboard.Title') }} | {{ $session->title }} |
{{ __('dashboard.Description') }} | {{ $session->description ?? '-' }} |
{{ __('dashboard.Order') }} | {{ $session->order }} |
{{ __('dashboard.Created At') }} | {{ $session->created_at }} |