{{-- @dd() --}} @extends('layout.app') @section('title') {{ __('الادوات المطلوبة') }} @stop @section('css') @endsection @section('content')

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

{{ __('الادوات المطلوبة للبرنامج') }}

@csrf
@forelse ($activity->tools as $tool) @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