@if($edit)
@else
@endif
@if($errors->has('company_id'))
{{$errors->first('company_id')}}
@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