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