$quotes->getRouteKey(), 'key' => [ 'public' => $quotes->getPublicKey(), 'route' => $quotes->getRouteKey(), ], 'name' => $quotes->name, 'url' => [ 'public' => trans_url('quotes/'.$quotes->getPublicKey()), 'user' => guard_url('quotes/quotes/'.$quotes->getRouteKey()), ], 'status' => trans('app.'.$quotes->status), 'created_at' => format_date($quotes->created_at), 'updated_at' => format_date($quotes->updated_at), ]; } }