function get_post($url, $fun)
{
    Route::all($url, $fun);
}