@extends('layouts.master') @section('content') {!! Form::model($vendor,['route'=>['vendor.update',$vendor->id],'method'=>'PUT','files'=>true]) !!}