fix booked
This commit is contained in:
parent
2dd1e1fd41
commit
cf7c4a41ad
|
|
@ -85,7 +85,7 @@ if(!function_exists('zanitlananlar')){
|
|||
->transform(function ($item,$key){
|
||||
return [$item => 'reserved'];
|
||||
});
|
||||
dump($ticket->booked);
|
||||
|
||||
$booked = $ticket->booked->pluck('seat_no')
|
||||
->transform(function ($item,$key){
|
||||
return [$item =>'booked'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue