@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() }}
@if($errors->has('name'))

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{{ $errors->first('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
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection