@extends('master.app') @section('title', 'customer') @section('body')

Create Invoice Items

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@method('get')
@endsection @section('pageJs') @endsection