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

{{ __('Generate New Invoice') }}

@endsection @section('content')
@csrf
@endsection @push('scripts') @if ($errors->any()) @endif @endpush