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

Edit Supplier

@method('PUT') @include('suppliers._form', ['buttonText' => 'Update Supplier'])
@endsection