@extends('layouts.admin') @section('content')
@if(session('success')) @endif

Edit Supplier

@csrf @method("PATCH")
@endsection