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