@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.student_management')}}

@endsection @section('content')
@foreach($packages as $package) @endforeach
{{trans('labels.title')}} {{trans('labels.subscription_fees')}} مرات المد {{trans('labels.status')}} {{trans('labels.action')}}
{{$package->title}} {{$package->getStudentFees($student->id)}} {{$package->extendAttempts() - 3}} {{$package->OrderedByUserId($student->id) ? 'تم الشراء' : '---'}}
@if($stopped_at = $package->OrderedByUserId($student->id)->stoped_at ?? null) تم الايقاف في {{$stopped_at}} @endif
@if($order = $package->OrderedByUserId($student->id)) @can('student_lectures-return') @if(!$order->replaced_by) @endif @if($package->id == 7) @if($order->stoped_at) استعادة فتح @else ايقاف مؤقت @endif @endif @endcan @else @can('student_lectures-purchase') @endcan @endif
@include('dashboard.pages.student-management.partials.add-action-modal') @endsection @section('script') @endsection