@if ($errors->has('sale_officer'))
{{ $errors->first('sale_officer') }}
@endif
@if ($errors->has('area'))
{{ $errors->first('area') }}
@endif
@if(isset($shop))
@endif
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if ($errors->has('currency'))
{{ $errors->first('currency') }}
@endif
@if ($errors->has('target_visit'))
{{ $errors->first('target_visit') }}
@endif
@if(!empty($shop)) {!! method_field('PUT') !!} @endif
{{ csrf_field() }}