<?php Route::post('/Contactly/send', array('before' => 'csrf', function () { return APP::make('Contactly')->proccess(); }));