@extends('admin.layouts.app')
@section('title', __('Create Invoice'))
@section('breadcrumb')
@endsection
@section('content')
- {{ __('Invoice number is auto-generated') }}
- {{ __('Select patient for automatic details') }}
- {{ __('Add line items for services/products') }}
- {{ __('Tax calculated automatically') }}
- {{ __('Save as draft or send directly') }}
@endsection
@push('scripts')
@endpush