@if($edit)
@else
@endif
@if(isset($companyDetail->logo_image))
@else
@endif
@if($errors->has('country_id'))
{{$errors->first('country_id')}}
@endif
@if($errors->has('state_id'))
{{$errors->first('state_id')}}
@endif
@if($errors->has('city_id'))
{{$errors->first('city_id')}}
@endif
@if($errors->has('staff_range'))
{{$errors->first('staff_range')}}
@endif
@if($errors->has('industry_id'))
{{$errors->first('industry_id')}}
@endif