data; $this->monthFormat = trans('config.month'); $this->monthAndDayFormat = trans('config.month_and_day'); View::share('monthFormat', $this->monthFormat); View::share('monthAndDayFormat', $this->monthAndDayFormat); View::share('language', $lang); View::share('localeconv', localeconv()); } } }