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

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

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

@csrf @method('PUT')
{{-- Name --}}
{{-- Image --}}
@if($errors->has('image')) {{ $errors->first('image') }} @endif
{{-- Company Name --}}
@if($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
{{-- VAT --}}
{{-- Opening Balance --}}
{{-- Payment Term --}}
{{-- Email --}}
@if($errors->has('email')) {{ $errors->first('email') }} @endif
{{-- Phone --}}
{{-- WhatsApp --}}
{{-- Address --}}
{{-- City --}}
{{-- State --}}
{{-- Postal Code --}}
{{-- Country --}}
{{-- Bank Details --}}
{{-- Submit --}}
@endsection @push('scripts') @endpush