@extends('layouts.master') @section('content')
@if ($errors->any()) @endif @if (session('success')) @endif
បង្កើត
លំហាត់
{{-- create --}} {{-- create end --}}
@if ($exercise->count()) @foreach ($exercise as $index => $ex) {{-- update --}} {{-- create end --}} @endforeach
# មេរៀន លំហាត់ រូបភាព សកម្មភាព
{{ $index + 1 }} {{ $ex->lesson->title ?? 'N/A' }} {{ Str::limit($ex->exercise_element, 50) }} @foreach ($ex->exerciseImage as $img) Image @endforeach
@csrf @method('DELETE')
@else
គ្មានលំហាត់ទេ។
@endif
@endsection