@extends('admin.layouts.master') @section('title','Raise A New Invoice') @section('content')
Raise A New Invoice

Raise A New Invoice

@if (Session::has('false')) @endif @if (Session::has('true')) @endif {{--

Email address to send the invoice: [ someone@someplace.com]

--}}
@csrf

Invoice Description:

@error('account_number') {{ $message }}@enderror

@error('email') {{ $message }}@enderror

@error('srNumber') {{ $message }}@enderror

{{-- --}}

@error('invoiceDetails') {{ $message }}@enderror

@error('payment_amount') {{ $message }}@enderror

@endsection