@extends('layouts.admin') @section('content')

Edit Supplier

Update supplier integration details
Back
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror

Cancel
@endsection