@extends('layouts.app') @section('title', '| My Profile') @section('content')

My Profile

Cancel
View/Update
{!! Form::model($user, ['method' => 'PUT', 'url' => "/profile/update", 'class' => 'form-horizontal col-md-12', 'role' => 'form', 'files' => true]) !!} @include('auth.profile._form', [ 'disabledField' => '' ])
{!! Form::close() !!}
@endsection