@extends('Layouts.sellerLayout') @section('title') {{__('Edit Profile')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content') @if(isset($settings['cofarsi']) and $settings['cofarsi']==0)

{{__('Edit Profile')}}

@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@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 ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('postal_code'))
{{ $errors->first('postal_code') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@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
@foreach($data['files'] as $item) @if($item->type==1) @endif @endforeach
@foreach($data['files'] as $item) @if($item->type==2) @endif @endforeach
@foreach($data['files'] as $item) @if($item->type==3)
{{__('Signed Contract File')}} @if($item->status==1) {{__('Not Confirmed')}} @endif
@endif @endforeach
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@else

{{__('Edit Profile')}}

@CSRF
@if ($errors->has('store_name')) @endif
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@endif @endsection @section('script') @endsection