@extends('layouts.master') @section('content')
{!! Html::image('img/icon_business.png') !!}

User Info

{!! Form::model($user, ['url' => action('UserController@update_info')]) !!} @include('shared._message_all') {!! Form::close() !!}
{!! Form::open(['url' => action('UserController@update_password')]) !!} {!! Form::close() !!}
@endsection