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