{{-- @dd() --}} @extends('layout.app') @section('title') {{ __('الخطة التنفيذية للبرنامج') }} @stop @section('css') @endsection @section('content')

{{ __('برنامج') }}

{{ __('الخطة التنفيذية للبرنامج') }}

@csrf
@forelse ($activity->studyPlans as $plan) @if (!old('invoice'))

@endif @empty @forelse (old('invoice') ?? [] as $old)

@empty

@endforelse @endforelse @if (count($activity->studyPlans) != 0) @forelse (old('invoice') ?? [] as $old)

@empty @endforelse @endif
@endsection @section('js') @endsection