@extends('admin.layout.master') @section('title', 'VENDOR') @section('content')

{{__('obs.vendor')}}

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
{{--
--}}
{{--
--}} {{--
--}}
{{-- starting newly added --}}
{{-- starting newly added --}}
{{-- --}} @error('store_location_ids') {{ $message }} @enderror {{--
--}}
@if(warehouse_info()->is_using_vat == 1) @include('inventory.customer.vat_info', ['is_vendor' => 1]) @endif
@endsection @section('script') @endsection