http://laravel.io/forum/07-07-2014-how-to-use-sms-in-form you might wanna see this :)
I'm curious by the way, why would you delete records while you fetch it and return it to view?
That table got an 'id' column right? Just use: Restaurant::where('id', $v['id'])->delete();
The Laravel portal for problem solving, knowledge sharing and community building.
The community