$assets->getRouteKey(), 'key' => [ 'public' => $assets->getPublicKey(), 'route' => $assets->getRouteKey(), ], 'name' => $assets->name, 'type_m' => $assets->type_m, 'class_m' => $assets->class_m, 'operating_area_m' => $assets->operating_area_m, 'manufacture_m' => $assets->manufacture_m, 'make_m' => $assets->make_m, 'model_m' => $assets->model_m, 'certificate_of_operation_m' => $assets->certificate_of_operation_m, 'certificate_of_survey_m' => $assets->certificate_of_survey_m, 'communications_m' => $assets->communications_m, 'navigations_m' => $assets->navigations_m, 'images' => $assets->images, 'uvi' => $assets->uvi, 'hull_identification_no' => $assets->hull_identification_no, 'buoyancy' => $assets->buoyancy, 'manufacture_date' => $assets->manufacture_date, 'length' => $assets->length, 'beam_width' => $assets->beam_width, 'draft' => $assets->draft, 'displacement' => $assets->displacement, 'hull_type' => $assets->hull_type, 'hull_construction' => $assets->hull_construction, 'hull_color' => $assets->hull_color, 'other_distinguishing_features' => $assets->other_distinguishing_features, 'life_raft' => $assets->life_raft, 'vessel_propulsion_type' => $assets->vessel_propulsion_type, 'max_engine_power' => $assets->max_engine_power, 'max_engine_weight' => $assets->max_engine_weight, 'no_of_engines' => $assets->no_of_engines, 'max_no_persons' => $assets->max_no_persons, 'max_load' => $assets->max_load, 'fuel_type' => $assets->fuel_type, 'fuel_tank_capacity' => $assets->fuel_tank_capacity, 'deleted_at' => $assets->deleted_at, 'url' => [ 'public' => trans_url('assets/'.$assets->getPublicKey()), 'user' => guard_url('assets/assets/'.$assets->getRouteKey()), ], 'status' => trans('app.'.$assets->status), 'created_at' => format_date($assets->created_at), 'updated_at' => format_date($assets->updated_at), ]; } }