@if(isset($errors) && $errors->any()) {{$errors}} @endif
@csrf

@if($errors->first('name_en') || $errors->first('name_ar')) {{$errors->first('name_en')}} @endif @if($errors->first('name_ar')) {{$errors->first('name_ar')}} @endif

@if($errors->first('industry_id')) Industry is required @endif

Cancel Save