@extends('layouts.app') @section('content')
New Billing
@csrf
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('quantity'))
{{ $errors->first('quantity') }}
@endif
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@section('script') @endsection @endsection