@extends('admin.layouts.app') @section('title', $type === 'services' ? 'Create Services Invoice' : 'Create Products Quotation') @section('content')
@csrf

Customer Information

{{ $type === 'services' ? 'Service Details' : 'Quotation Settings' }}

{{ $type === 'services' ? 'Service Items' : 'Products / Items' }}

Additional Notes

Cancel
@push('scripts') @endpush @endsection