@extends('dashboard.layouts.app') @section('title', __('dashboard.View Level Session')) @section('page_heading', __('dashboard.View Level Session')) @section('breadcrumb') @endsection @section('content')

{{ __('dashboard.Session Details') }}

ID {{ $session->id }}
{{ __('dashboard.Title') }} {{ $session->title }}
{{ __('dashboard.Description') }} {{ $session->description ?? '-' }}
{{ __('dashboard.Order') }} {{ $session->order }}
{{ __('dashboard.Created At') }} {{ $session->created_at }}
@endsection