@csrf @foreach($scheduling as $key => $row)

Warning: Undefined variable $row in /home/tylozv2digitalse/public_html/v2_instance/resources/views/admin/dashboard/scheduling/details.blade.php on line 79

Warning: Attempt to read property "frequency_service" on null in /home/tylozv2digitalse/public_html/v2_instance/resources/views/admin/dashboard/scheduling/details.blade.php on line 79

Warning: Attempt to read property "contract_type" on null in /home/tylozv2digitalse/public_html/v2_instance/resources/views/admin/dashboard/scheduling/details.blade.php on line 79
@if($contract_type != '3')
Frequency
@foreach($row->frequency_edit as $row2)
@endforeach
@else @foreach($row->frequency_edit as $row2)
@endforeach @endif
@foreach($leads_images as $image) @endforeach
@if($key != 0)
@endif @if($key == count($services->leadservicesEdit)-1)
@else
@endif
@endforeach