@extends('master') @section('content')
@foreach ($vendor as $vendor)
@csrf
@error('txtCode') {{ $message }} @enderror
@error('txtName') {{ $message }} @enderror
@if ($TranslateButton == true)
@endif
@if ($vendor->TaxStatus == 1) @else @endif
@if ($vendor->Status == 1) @else @endif
img

Drag and drop a file to upload

@error('txtPicture') {{ $message }} @enderror
@endforeach
@endsection @section('script')