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