@extends('admin.layouts.master') @section('title') @lang('messages.my_profile') @endsection @section('styles') @endsection @section('page_header')

@lang('messages.my_profile')

@endsection @section('content')
{!! Form::open(['url' => route('admin.update-profile'),'class' => 'form-horizontal']) !!}
{!! Form::close() !!}
@endsection