@if (count($errors) > 0)
@if($errors->any())
@endif
@endif
@if(count($result['message'])>0)
@endif
{{$errors->first()}}
{{ $result['message'] }}