@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| {{ trans('labels.title') }} | {{ trans('labels.amount') }} | {{ trans('labels.is_active') }} | تاريخ النشر | المحاضرات | المشتريات | {{ trans('labels.action') }} |
|---|---|---|---|---|---|---|
| {{ $package->title }} | {{ $package->fees }} جنية مصري | {{ $package->is_active ? 'متاح للعرض' : 'معلق' }} | {{ $package->publish_at }} | @foreach ($package->lectureList() as $key => $lecture) {{ $key + 1 }}- {{ $lecture->title }} @endforeach | {{ $package->orders()->count() }} | @can('admins-edit') @endcan @can('admins-delete') @endcan |