fix booked

This commit is contained in:
merdan 2020-05-13 16:25:20 +05:00
parent 5317f76452
commit 2dd1e1fd41
1 changed files with 1 additions and 1 deletions

View File

@ -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'];