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

Add Challan

@if (count($errors) > 0)
@endif
@csrf
Style Quantitye Issued To Name Delete
@endsection @section('extraJs') @endsection