@include('layouts.partials.messages')
@if ($errors->has('portal_name')) {{ $errors->first('portal_name') }} @endif
@if ($errors->has('portal_address')) {{ $errors->first('portal_address') }} @endif
@if ($errors->has('short_code')) {{ $errors->first('short_code') }} @endif