@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
{{--
--}} {{-- --}} {{--
--}} @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('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('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@include('site.controllers.footer')