company(); $price = $company->price(); $order = Order::fetch(); $items = $order->items(); $deliveryAddress = address(); $invoice = Invoice::create([ $order, $items ]); $convertToPdf = $invoice->pdf(); $email = email()->pdf(); solid } }