@extends('layouts.app') @section('main-content')

New Invoice

Invoice [@php echo str_pad($numbers, 5, '0', STR_PAD_LEFT) @endphp]
Add Gas Flushing
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Add item
# Product Name UoM Qty Unit Price Amount Action
@endsection @section('script') @endsection