@extends('layouts.app') @section('content')

Onboard New Vendor

Add vendor credentials to establish material purchasing channels

Back to Ledger
@if ($errors->any())
Please resolve the below error:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('mobile_number')
{{ $message }}
@enderror
Initial Material Procurement & Billing Ledger

LIVE CALCULATION OVERVIEW Total Bill: ₹0.00
Calculated Dues: ₹0.00
@endsection