@extends('layouts/contentLayoutMaster') @section('title', 'Edit Employer') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@if($employer->photo->photo_url) users avatar @else users avatar @endif

{{ $employer->b2b_company_name }}

{{ csrf_field() }}
@if($employer->source_type == 'B2C')
@else
@if($errors->has('b2b_company_name'))

{{ $errors->first('b2b_company_name') }}

@endif
@if($errors->has('b2b_brand_name'))

{{ $errors->first('b2b_brand_name') }}

@endif
@endif
@if($errors->has('country_code'))

{{ $errors->first('country_code') }}

@endif
@if($errors->has('mobile'))

{{ $errors->first('mobile') }}

@endif
@if($errors->has('b2b_gst_no'))

{{ $errors->first('b2b_gst_no') }}

@endif
@if($errors->has('b2b_pan_no'))

{{ $errors->first('b2b_pan_no') }}

@endif
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if($errors->has('b2b_website'))

{{ $errors->first('b2b_website') }}

@endif
  • notify_by_sms) && $userprefs->notify_by_sms == 'Y' ? 'checked' : '' }} name="notify_by_sms" value="Y"> Notify by SMS
  • notify_by_email) && $userprefs->notify_by_email == 'Y' ? 'checked' : '' }} name="notify_by_email" value="Y"> Notify by Email
  • notify_by_wa) && $userprefs->notify_by_wa == 'Y' ? 'checked' : '' }} name="notify_by_wa" value="Y"> Notify by Whatsapp
@if($errors->has('pincode'))

{{ $errors->first('pincode') }}

@endif
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection