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

Edit Supplier

Back to Suppliers
@csrf @method('PUT')
@endsection