@extends('panel.layouts.master') @section('content')
@csrf
@can('user') @endcan
دقیقه
@if(in_array($box->boxType->name, ['learn_test', 'quiz_test']))
@endif
@if($box->lessons) @foreach($box->lesson->subjects as $item) @php $inBox = in_array($item->id, $box->subjects()->pluck('subject_id')->toArray()); @endphp
@endforeach @endif
لغو
@endsection @section('script') @endsection