@extends(Theme::getThemeNamespace() . '::views.ecommerce.customers.master') @section('content') {!! Form::open(['route' => 'marketplace.vendor.become-vendor', 'class' => 'ps-form--account-setting', 'method' => 'POST']) !!}

{{ SeoHelper::getTitle() }}

@if ($errors->has('shop_name')) {{ $errors->first('shop_name') }} @endif
@if ($errors->has('shop_url')) {{ $errors->first('shop_url') }} @endif {{ route('public.store', (string)old('shop_url', '')) }}
@if ($errors->has('shop_phone')) {{ $errors->first('shop_phone') }} @endif
{!! Form::close() !!} @endsection