@extends('layouts.app') @section('title', 'Edit Supplier') @section('content')
Back

Edit Supplier

@csrf @method('PUT')

Supplier Information

@error('name')

{{ $message }}

@enderror
@error('supplier_type')

{{ $message }}

@enderror
@error('status')

{{ $message }}

@enderror
Cancel
@endsection