@extends('admin.layouts.master')
@section('title')
@lang('messages.my_profile')
@endsection
@section('styles')
@endsection
@section('page_header')
@endsection
@section('content')
{!! Form::open([ 'url' => route('admin.update-password'), 'class' => 'form-horizontal' ]) !!}
{!! Form::close() !!}
@endsection