@extends('job.layout.web') @section('title', 'Company Registration') @section('content') @csrf Company Profile Company Name @if($errors->has('name')) {{ $errors->first('name') }} @endif Category contains('1')) ? 'selected' : '' }}>IT Contractor contains('2')) ? 'selected' : '' }}>Accountancy contains('3')) ? 'selected' : '' }}>Banking contains('4')) ? 'selected' : '' }}>Charity & Voluntary contains('5')) ? 'selected' : '' }}>Digital & Creative contains('6')) ? 'selected' : '' }}>Legal jobs contains('7')) ? 'selected' : '' }}>Leisure & Tourism contains('8')) ? 'selected' : '' }}>Media contains('9')) ? 'selected' : '' }}>Marketing & PR contains('10')) ? 'selected' : '' }}>Motoring & Automotive contains('11')) ? 'selected' : '' }}>Retail contains('12')) ? 'selected' : '' }}>Sales & Marketing @if($errors->has('category')) {{ $errors->first('category') }} @endif Username @if($errors->has('username')) {{ $errors->first('username') }} @endif Password @if($errors->has('password')) {{ $errors->first('password') }} @endif About Your Company {{ old('company_info') }} @if($errors->has('company_info')) {{ $errors->first('company_info') }} @endif Contact Information Phone number @if($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif Email Address @if($errors->has('email')) {{ $errors->first('email') }} @endif Website @if($errors->has('website')) {{ $errors->first('website') }} @endif Country Select a Country India @if($errors->has('country')) {{ $errors->first('country') }} @endif State Select a State Maharashtra @if($errors->has('state')) {{ $errors->first('state') }} @endif City Select a City Ulhasnagar @if($errors->has('city')) {{ $errors->first('city') }} @endif Complete Address @if($errors->has('address')) {{ $errors->first('address') }} @endif More Information Founded in @if($errors->has('founded_in')) {{ $errors->first('founded_in') }} @endif Business Type Select business type Private Limited Artitecture Limited Company C Corporations Partnerships S Corporations Sole Proprietorships Software Company Marketing @if($errors->has('business_type')) {{ $errors->first('business_type') }} @endif Employees @if($errors->has('employees')) {{ $errors->first('employees') }} @endif Submit @endsection