@extends('inventory.layout') @section('title', 'Add Supply Partner') @section('content') @push('head') @endpush
@csrf @include('include.message')

{{ __('Product Category')}}

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __('Primary Contact Person Details')}}

{{--
@error('password') {{ $message }} @enderror
--}}


{{--
--}}

{{ __('Secondary Contact Person Details')}}



{{ __('Company Details')}}

@push('script') @endpush @endsection