@if ($errors->has('shop_name'))
{{ $errors->first('shop_name') }}
@endif
@if ($errors->has('shop_url'))
{{ $errors->first('shop_url') }}
@else {{ route('public.store', Str::limit((string) old('shop_url'))) }} @endif
@if ($errors->has('shop_phone'))
{{ $errors->first('shop_phone') }}
@endif