@extends('admin.layouts.app') @section('content')
Edit informasi program {{ $program->title }}
Title | Description | Order | |
---|---|---|---|
{{ $topic->title }} | {{ Str::limit($topic->description, 100) }} | {{ $topic->order }} |
Title | Day | Time | Type | |
---|---|---|---|---|
{{ $schedule->title }} | {{ $schedule->day }} | {{ $schedule->start_time }} - {{ $schedule->end_time }} | {{ ucfirst($schedule->type) }} |