firefly-iii/app/views/profile/index.blade.php
2014-10-13 20:47:36 +02:00

17 lines
442 B
PHP

@extends('layouts.default')
@section('content')
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="panel panel-primary">
<div class="panel-heading">
Options
</div>
<div class="panel-body">
<a href="{{route('change-password')}}">Change your password</a>
</div>
</div>
</div>
</div>
@stop
@section('scripts')
@stop