@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Genarate Invoice Edit')) @section('header-title')

{{ __('Genarate Invoice Edit') }}

@endsection @section('content')
{{--
--}}
{{ __('Refresh Page') }}
@csrf
payment_status == 1 ? 'checked' : '' }} value="1" id="paymentComplete" name="payment_status">
@endsection @push('scripts') @if ($errors->any()) @endif @endpush