@include('layouts.partials.messages')
@if ($errors->has('pool_name')) {{ $errors->first('pool_name') }} @endif
@if ($errors->has('pool_url')) {{ $errors->first('pool_url') }} @endif