@extends('layouts.master') @section('content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Invoice

{{ csrf_field() }}

Invoice Items

Service/Product Particular Payable Amount Paid Amount


Total 0 0
@stop @section('script') @stop