@extends('header') @section('title', 'Manage Project') @section('content')
@if (session('status'))
{{ session('status') }}
@endif
Add Invoice
{{-- {{ $projectData['id'] }} {{ $projectData['ProjectBudget'] }} --}} {{-- {{ $projectData }} --}} {{-- {{ $projectData }} --}}
@csrf
From
Client Detail
Company Name
Client Name
Client Email
Client Phone
Client Address
{{ isset($projectData['address']) ? $projectData['address'] : '' }}
Invoice Detail
Date
@error('date')
{{ $message }}
@enderror
Due Date
@error('due_date')
{{ $message }}
@enderror
Invoice Items Detail
Description
@error('Description')
{{ $message }}
@enderror
Quantity
@error('Quantity')
{{ $message }}
@enderror
Price
$
@error('Price')
{{ $message }}
@enderror
Amount
$
{{--
x --}}
Total
$
{{--
--}}
Comments
{{ isset($invoice['Comments']) ? $invoice['Comments'] : '' }}
@error('Comments')
{{ $message }}
@enderror
Payment Options
Paypal/Creditcard
Bank India
Bank USA (For USA Customers Only,Choice Financial Group)
Bank USA (For International Customers Only)
Bank USA (For USA Customers Only,Evolve Bank)
Bank UK
Bank Europe
Bank Canada
WesternUnion/Transferwise
Shopify
Paytm
Pay with Card
Crypto
Submit
Send Invoice
Cancel Invoice
@endsection