@extends('backend.layout.main') @section('content')

{{__('db.Add Supplier')}}

{{__('db.The field labels marked with * are required input fields')}}.

@csrf
{{-- Both Customer & Supplier --}}
 
{{-- Name --}}
{{-- Image --}}
{{-- Company Name --}}
{{-- VAT --}}
{{-- Opening Balance --}}
{{-- Email --}}
{{-- Phone --}}
{{-- WhatsApp --}}
{{-- Address --}}
{{-- City --}}
{{-- State --}}
{{-- Postal Code --}}
{{-- Country --}}
{{-- Payment Term --}}
{{-- Bank Details --}}
{{-- Submit --}}
@endsection @push('scripts') @endpush