@extends('layouts.scaffold') @section('main')

Edit Profile

@if ($errors->any()) @endif {{ Form::model($user, array('method' => 'PATCH', 'id' => 'editProfile', 'enctype' => 'multipart/form-data', 'route' => array('login.profileupdate'))) }} {{ Form::close() }} @if ($scripts = 'js/profile.js') @endif @stop