@extends('pages.admin.layout') @section('content')

Create Supplier

@csrf

Create Supplier

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
Feature information
Available on which site

Supplier Details

@endsection