@extends('layouts.app') @section('title', $app_setting['name'] . ' | ' . __('Genarate Invoice Edit')) @section('content')
@csrf
{{ __('Update Invoice') }}
payment_status == 1 ? 'checked' : '' }} value="1" id="paymentComplete" name="payment_status">
@endsection @push('scripts') @if ($errors->any()) @endif @endpush