@extends('layouts.reviewer-master')
@section('title')
دروس مادة {{$course->name}}
@endsection
@section('button')
{{-- --}}
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
الدرس |
الحالة |
تاريخ الاضافة |
_ |
@foreach ($offlinelectures as $offlinelecture)
{{$offlinelecture->name}} |
{{$offlinelecture->lecturestate->name}} |
{{$offlinelecture->created_at->toFormattedDate()}}
{{$offlinelecture->created_at->toFormattedTime()}} |
|
@endforeach
@endsection