@extends('layouts/contentLayoutMaster') @section('title', 'Add Client') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') {{ csrf_field() }} Business type B2B B2C @if($source == 'B2C') First Name * @if($errors->has('first_name')) {{ $errors->first('first_name') }} @endif Middle Name @if($errors->has('middle_name')) {{ $errors->first('middle_name') }} @endif Last Name @if($errors->has('last_name')) {{ $errors->first('last_name') }} @endif @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 India (+91) UK (+44) 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 Notify by Email Notify by Whatsapp Address Line 1 * @if($errors->has('street_addr1')) {{ $errors->first('street_addr1') }} @endif City * @if($errors->has('city')) {{ $errors->first('city') }} @endif State * @if($errors->has('state')) {{ $errors->first('state') }} @endif Country Pin Code * @if($errors->has('pincode')) {{ $errors->first('pincode') }} @endif Company Type Select Company Type SCHOOL SME FMCG RETAIL GOVERNMENT NBFC Finanace Bank Micro Finanace HFC Billing Plan Select Plan @if($plans) @foreach($plans as $plan) {{ $plan->name }}-{{$plan->pkg_name}} @endforeach @endif Locations Select Location @if($locations) @foreach($locations as $location) {{ $location->name }} @endforeach @endif Status Active In-Active Save Changes Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ $errors->first('first_name') }}
{{ $errors->first('middle_name') }}
{{ $errors->first('last_name') }}
{{ $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('street_addr1') }}
{{ $errors->first('city') }}
{{ $errors->first('state') }}
{{ $errors->first('pincode') }}