try that ... public function loginpost(Request $request) { $field = filter_var($request-&g...
Do You Mean Like That : //Controller $users = DB::table('users') ->whereBetween(...
Use number_format() Like This {{number_format($metaMyNumbers)}} <!-- With Comma --> <!-- 3,...
{!! Form::text(name, value, options) !!} {!! Form::text('name_departament',' ', ['class'=>'for...
try this in ypur view {!! str_replace('/?','?', $variable->render()) !!}
The Laravel portal for problem solving, knowledge sharing and community building.
The community