@extends('layouts.app') @section('content') {{-- ERRORS --}} @if($errors->any())
@endif {{-- OUTER CARD --}}
{{-- Card Header --}}

Create Supplier

Back
{{-- Breadcrumb --}}
{{-- Card Body --}}
@csrf {{-- Supplier Details --}}
Supplier Details
Auto-generated from name & type
{{-- API Configuration --}}
API Configuration Integration
{{-- /card-body --}}
{{-- /card --}} @endsection