@extends('layouts.backend') @section('extraCss') @endsection @php $challenType = ['1'=>'Return','2'=>'Non Return']; @endphp @section('mainContentArea')

Edit Challan Back

@if (count($errors) > 0)
@endif
@csrf
@php $count = 0;@endphp @if(count($challan->challenProducts) > 0) @foreach($challan->challenProducts as $key => $value) @php $count = $key +1 ; @endphp @endforeach @endif
Style Quantitye Issued To Name Delete
@endsection @section('extraJs') @endsection