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

ملخصات مجانية

@can('lectures-create') @endcan
@endsection @section('content')
@foreach ($data as $freefile) @endforeach
{{ trans('labels.name') }} الملف متاح من اجل {{ trans('labels.action') }}
{{ $freefile->name }} {!! $freefile->availableFor() !!} @can('lectures-edit') @endcan @can('lectures-delete') @endcan
@include('dashboard.pages.student-management.partials.add-action-modal') @endsection @section('script') @endsection