@extends('layouts.backend') @section('styles') @endsection @section('page-header')

Create Invoice

@endsection @section('content')
@csrf
# Item Description Unit Cost Qty Amount
@endsection @section('scripts') @endsection