@extends('panel.layouts.master') @section('title','مرتب سازی دروس') @section('content') @include('panel.layouts.sidebar') @include('panel.layouts.header') مرتب سازی دروس @csrf ردیف عنوان درس مدت زمان @foreach ($lessons as $key => $item) {{ ++$key }} {{ $item->title }} {{ $item->duration }} @endforeach ثبت برگشت @endsection @section('script') @endsection