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