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

Update Supplier

Back
{{-- Breadcrumb --}}
{{-- Card Body --}}
@csrf @method('PUT') {{-- Supplier Details --}}
Supplier Details
Read-only — assigned at creation
{{-- API Configuration --}}
API Configuration Integration
{{-- /card-body --}}
{{-- /card --}} @endsection