@extends('layout') @section('title', 'Add a Company') @section('content') {{ Form::model($company, array('method' => 'PUT', 'route' => array('companies.update', $company->id))) }}
Go ahead and change the fields that you want to alter. Any fields left untouched will remain the same.