@extends('panel.layouts.master') @section('content')
@csrf @method('put')
دقیقه
@if($box->lesson) @foreach($box->lesson->subjects as $item) @php $inBox = in_array($item->id, $box->subjects()->pluck('subject_id')->toArray()); @endphp
@endforeach @endif
@if($box->date->plan->copyChilds()->count() > 0)
@endif
لغو
@endsection @section('script') @endsection