@extends('Layouts.loginSellerLayout') @section('title') {{__('Register')}} @endsection @section('content') {{__('Register')}} @if(isset($settings['cofarsi']) and $settings['cofarsi']==0) @else @endif @CSRF @if(isset($settings['cofarsi']) and $settings['cofarsi']==0) {{__('Language')}} {{__('Select')}} @foreach($data['Languages'] as $value) slug) selected @endif>{{$value->title}} @endforeach @if ($errors->has('lang')) {{ $errors->first('lang') }} @endif {{__('Category')}} {{__('Select')}} @foreach($data['Categories'] as $Category) id) selected @endif >{{$Category->title}} @endforeach @if ($errors->has('category')) {{ $errors->first('category') }} @endif @endif {{__('Store Name')}} @if ($errors->has('store_name')) {{ $errors->first('store_name') }} @endif @if(isset($settings['external_link']) and $settings['external_link']==1) {{__('Web Site')}} @if ($errors->has('web_site')) {{ $errors->first('web_site') }} @endif @else @endif @if(isset($settings['cofarsi']) and $settings['cofarsi']==0) {{__('Phone')}} @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif @endif {{__('Mobile')}} @if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif {{__('Email')}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if(isset($settings['cofarsi']) and $settings['cofarsi']==0) {{__('Postal Code')}} @if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif @endif {{__('City')}} {{__('Select')}} @foreach($data['City'] as $City) id) selected @endif >{{$City->province}}-{{$City->name}} @endforeach @if ($errors->has('city')) {{ $errors->first('city') }} @endif @if(isset($settings['cofarsi']) and $settings['cofarsi']==0) {{__('Shaba Number')}} @if ($errors->has('shaba_number')) {{ $errors->first('shaba_number') }} @endif {{__('Name Of Account')}} @if ($errors->has('name_of_account')) {{ $errors->first('name_of_account') }} @endif {{__('Bank Name')}} @if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif {{__('Card Number')}} @if ($errors->has('card_number')) {{ $errors->first('card_number') }} @endif @endif {{__('Logo')}} {{__('Logo')}} @if(isset($settings['cofarsi']) and $settings['cofarsi']==0) {{__('The Picture On The Back Of The National Card')}} {{__('The Picture On The Back Of The National Card')}} {{__('The Picture On The National Card')}} {{__('The Picture On The National Card')}} @endif {{__('Address')}} @if ($errors->has('address')) {{ $errors->first('address') }} @endif {{__('Sign Up')}} {{__('Back')}} @endsection @section('script') @endsection