@csrf
@if($errors->has('customer_id'))
{{$errors->first('customer_id')}}
@endif
@if($errors->has('month'))
{{$errors->first('month')}}
@endif
@if($errors->has('standard_sales'))
{{$errors->first('standard_sales')}}
@endif
@if($errors->has('deemed_sales'))
{{$errors->first('deemed_sales')}}
@endif
@if($errors->has('zero_rated_sales'))
{{$errors->first('zero_rated_sales')}}
@endif
@if($errors->has('exempted_sales'))
{{$errors->first('exempted_sales')}}
@endif
@if($errors->has('purchases'))
{{$errors->first('purchases')}}
@endif
@if($errors->has('non_vat_purchases'))
{{$errors->first('non_vat_purchases')}}
@endif
@if($errors->has('imports'))
{{$errors->first('imports')}}
@endif
{{--
@if($errors->has('net_sales'))
{{$errors->first('net_sales')}}
@endif
@if($errors->has('output_vat'))
{{$errors->first('output_vat')}}
@endif
@if($errors->has('gross_sales'))
{{$errors->first('gross_sales')}}
@endif
--}}
@if($errors->has('filling_date'))
{{$errors->first('filling_date')}}
@endif
{{--
New
@if($errors->has('users_id'))
{{$errors->first('users_id')}}
@endif
--}}