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