@extends('layouts.software') @section('body')
Supplier Master
@csrf
@error('account_opening_balance_for_cash') {{ $message }} @enderror
@error('type_for_cash') {{ $message }} @enderror
@error('date_for_cash') {{ $message }} @enderror
@error('account_opening_balance_for_gold') {{ $message }} @enderror
@error('type_for_gold') {{ $message }} @enderror
@error('date_for_gold') {{ $message }} @enderror
@error('currency_id') {{ $message }} @enderror
@if ($errors->has('account_name'))
{{ $errors->first('account_name') }}
@endif
@if ($errors->has('commerical_registration_number'))
{{ $errors->first('commerical_registration_number') }}
@endif
@if ($errors->has('contact_person_name'))
{{ $errors->first('contact_person_name') }}
@endif
@if ($errors->has('office_phone'))
{{ $errors->first('office_phone') }}
@endif
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if ($errors->has('whatsapp'))
{{ $errors->first('whatsapp') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('class_of_account_id'))
{{ $errors->first('class_of_account_id') }}
@endif
@error('vat_number')
{{ $message }}
@enderror
@error('trn_number')
{{ $message }}
@enderror
@error('tin_number')
{{ $message }}
@enderror
Upload Documents
@for ($i = 1; $i <= 7; $i++)
@error("doc_name_{$i}")
{{ $message }}
@enderror
@error("doc_file_{$i}")
{{ $message }}
@enderror
@error("doc_expiry_{$i}")
{{ $message }}
@enderror
@endfor
@error('description')
{{ $message }}
@enderror
@endsection