@extends('layouts.master')
@section('page-title'){{ __('Testing Page') }}@endsection
@section('menu'){{ __('Testing Page') }}@endsection
@section('sub-menu'){{ __('Testing Page') }}@endsection
@section('content')
@if ( $validator && $validator->errors()->first('userid') )
{{ $validator->errors()->first('userid') }}
@else
{{ __('nema greske') }}
@endif
@endsection