@extends('Layouts.loginSellerLayout') @section('title') {{__('Register')}} @endsection @section('content')
{{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}}

{{__('Register')}}

@if(isset($settings['cofarsi']) and $settings['cofarsi']==0)
@else @endif @CSRF
@if(isset($settings['cofarsi']) and $settings['cofarsi']==0)
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
@endif
@if ($errors->has('store_name')) @endif
@if(isset($settings['external_link']) and $settings['external_link']==1)
@if ($errors->has('web_site')) @endif
@else @endif @if(isset($settings['cofarsi']) and $settings['cofarsi']==0)
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@endif
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if(isset($settings['cofarsi']) and $settings['cofarsi']==0)
@if ($errors->has('postal_code'))
{{ $errors->first('postal_code') }}
@endif
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if(isset($settings['cofarsi']) and $settings['cofarsi']==0)
@if ($errors->has('shaba_number'))
{{ $errors->first('shaba_number') }}
@endif
@if ($errors->has('name_of_account'))
{{ $errors->first('name_of_account') }}
@endif
@if ($errors->has('bank_name'))
{{ $errors->first('bank_name') }}
@endif
@if ($errors->has('card_number'))
{{ $errors->first('card_number') }}
@endif
@endif
@if(isset($settings['cofarsi']) and $settings['cofarsi']==0)
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
{{__('Back')}}
@endsection @section('script') @endsection