@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) @else @endif {{ $employer->b2b_company_name }} {{ csrf_field() }} @if($employer->source_type == 'B2C') First Name Middle Name Last Name @else Company Name @if($errors->has('b2b_company_name')) {{ $errors->first('b2b_company_name') }} @endif Brand Name @if($errors->has('b2b_brand_name')) {{ $errors->first('b2b_brand_name') }} @endif @endif Country Code country_code == '91' ? 'selected' : '' }} value="91" Selected>India (+91) country_code == '44' ? 'selected' : '' }} value="44">UK (+44) country_code == '1' ? 'selected' : '' }} value="1">USA (+1) @if($errors->has('country_code')) {{ $errors->first('country_code') }} @endif Mobile Number @if($errors->has('mobile')) {{ $errors->first('mobile') }} @endif Landline Number GST No. @if($errors->has('b2b_gst_no')) {{ $errors->first('b2b_gst_no') }} @endif PAN No. @if($errors->has('b2b_pan_no')) {{ $errors->first('b2b_pan_no') }} @endif Email @if($errors->has('email')) {{ $errors->first('email') }} @endif Website @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 Address Line 1 City State Country Pin Code @if($errors->has('pincode')) {{ $errors->first('pincode') }} @endif Employer Type Select Option employer_type == 'SCHOOL' ? 'selected' : '' }} value="SCHOOL">SCHOOL employer_type == 'SME' ? 'selected' : '' }} value="SME">SME employer_type == 'FMCG' ? 'selected' : '' }} value="FMCG">FMCG employer_type == 'RETAIL' ? 'selected' : '' }} value="RETAIL">RETAIL employer_type == 'GOVERNMENT' ? 'selected' : '' }} value="GOVERNMENT">GOVERNMENT employer_type == 'NBFC' ? 'selected' : '' }} value="NBFC">NBFC employer_type == 'Finanace' ? 'selected' : '' }} value="Finanace">Finanace employer_type == 'Bank' ? 'selected' : '' }} value="Bank">FMCG employer_type == 'Micro Finanace' ? 'selected' : '' }} value="Micro Finanace">Micro Finanace employer_type == 'HFC' ? 'selected' : '' }} value="HFC">HFC Billing Plan Select Plan @if($plans) @foreach($plans as $plan) id, $c_plans) ? 'selected' : '' }} value="{{ $plan->id }}">{{ $plan->name }}-{{ $plan->pkg_name }} @endforeach @endif Locations Select Location @if($locations) @foreach($locations as $location) id, $existing_locations) ? 'selected' : '' }} value="{{ $location->id }}">{{ $location->name }} @endforeach @endif Status b2b_website == 'A' ? 'selected' : '' }} value="A">Active b2b_website == 'I' ? 'selected' : '' }} value="I">In-Active Save Changes Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ $errors->first('b2b_company_name') }}
{{ $errors->first('b2b_brand_name') }}
{{ $errors->first('country_code') }}
{{ $errors->first('mobile') }}
{{ $errors->first('b2b_gst_no') }}
{{ $errors->first('b2b_pan_no') }}
{{ $errors->first('email') }}
{{ $errors->first('b2b_website') }}
{{ $errors->first('pincode') }}