master
Rustem 2025-05-24 12:48:21 +05:00
parent 56be064c19
commit 97b31e4a3b
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ class MobileApiController extends Controller
'ended_at' => $app->ended_at,
'status' => ApplicationStatus::from($app->status)->getName(),
'sum' => $app->sum ?? 0,
'address_end' => $app->address_end ?? '',
'car' => [
'name' => $model->name,
'year' => $model->year,