@extends('layouts.admin') @section('title', 'Update Vendors') @section('content')
@csrf @method('PATCH')
@endsection