@include('site.controllers.header')

إعدادات حسابى

يمكنك التعديل على اعدادات حساب شركتك

{{csrf_field()}}
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('establishment_data')) {{ $errors->first('establishment_data') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
sub_category_id) style="display: none" @endif>
@if ($errors->has('sub_category_id')) {{ $errors->first('sub_category_id') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('details')) {{ $errors->first('details') }} @endif
@if ($errors->has('website_link')) {{ $errors->first('website_link') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('snapchat')) {{ $errors->first('snapchat') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('hiring_responsible')) {{ $errors->first('hiring_responsible') }} @endif
@if ($errors->has('phone_responsible')) {{ $errors->first('phone_responsible') }} @endif
@if ($errors->has('mobile_responsible')) {{ $errors->first('mobile_responsible') }} @endif
@if ($errors->has('transfers_responsible')) {{ $errors->first('transfers_responsible') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@include('site.controllers.footer')