@extends('layoutsteacher.layouts') @section('title', 'คอร์ส') @section('content')

คอร์ส

เพิ่มคอร์ส
@if($courses->isEmpty()) @else @foreach($courses as $course) @endforeach @endif
แสดงผล คอร์ส หมวดหมู่ ราคา ผู้เข้าเรียน จัดการ
ไม่มีคอร์สในระบบขณะนี้
@if($course->visible) @else @endif {{ $course->name }} {{ $course->category->name ?? '-' }} {{ number_format($course->price, 2) }} -
@if(!$courses->isEmpty()) @endif
@endsection @section('scripts') {{-- --}} @endsection