@extends('panel.layouts.master') @section('title', 'دوره ها') @section('content') @include('panel.layouts.sidebar') @include('panel.layouts.header') ایجاد دوره @csrf ردیف دوره ویرایش کپی حذف @foreach ($data as $key => $item) {{ $data->firstItem() + $key }} {{ $item->name }} {{-- @csrf --}} {{-- --}} @endforeach ثبت {{ $data->links() }} @endsection @section('script') @endsection