ДЛ
Size: a a a
ДЛ
ДЛ
y
y
ДЛ
$master_app = new MasterApp();
$master_app->name = $request->name;
$master_app->phone = $request->phone;
$master_app->city_id = $request->city_id;
$master_app->user_id = Auth::check() ? Auth::user()->id : null;
$master_app->save();ДЛ
y
VP
y
y
y
y
VP
VP
MW
AV
MW
AS