$validator = Validator::make(compact('id'), [ 'id' => 'required|integer|exists:events,sal_cod...
@foreach(\App\Model\Group::all() as $key=>$val) {{ $val->name}} @endforeach
The Laravel portal for problem solving, knowledge sharing and community building.
The community