Passolution
This commit is contained in:
parent
f79806ffe8
commit
06fc3ba919
31 changed files with 337 additions and 119 deletions
|
|
@ -40,6 +40,7 @@ class BookingController extends Controller
|
|||
|
||||
}else{
|
||||
$booking = Booking::findOrFail($id);
|
||||
$booking->getPassolutionPDF(true);
|
||||
$id = $booking->id;
|
||||
}
|
||||
$data = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue