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

Edit Vendor

@method('put') @include('vendors.form')
@endsection