@extends('layouts/contentLayoutMaster') @section('title', 'Edit Vendor') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') {{ csrf_field() }} Vendor Name @if($errors->has('name')) {{ $errors->first('name') }} @endif Vendor Id @if($errors->has('vendor_id')) {{ $errors->first('vendor_id') }} @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('gst_no')) {{ $errors->first('gst_no') }} @endif PAN No. @if($errors->has('pan_number')) {{ $errors->first('pan_number') }} @endif Email @if($errors->has('email')) {{ $errors->first('email') }} @endif Website @if($errors->has('website')) {{ $errors->first('website') }} @endif Status status == 'A' ? 'selected' : '' }} value="A">Active status == 'I' ? 'selected' : '' }} value="I">In-Active Locations Select options @if($locations) @foreach ($locations as $location) id", $vendor_locations) ? 'selected' : '' }} value="{{$location->id}}">{{$location->name}} @endforeach @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 Address Line 2 Area City State Country Pin Code Save Changes Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ $errors->first('name') }}
{{ $errors->first('vendor_id') }}
{{ $errors->first('country_code') }}
{{ $errors->first('mobile') }}
{{ $errors->first('gst_no') }}
{{ $errors->first('pan_number') }}
{{ $errors->first('email') }}
{{ $errors->first('website') }}