Added My apps page, it show Purchase and installed app

This commit is contained in:
cuneytsenturk
2018-05-29 12:55:16 +03:00
parent d57537b203
commit 54f10af4d3
10 changed files with 161 additions and 0 deletions

View File

@ -4,6 +4,7 @@
@section('new_button')
<span class="new-button"><a href="{{ url('apps/token/create') }}" class="btn btn-success btn-sm"><span class="fa fa-key"></span> &nbsp;{{ trans('modules.api_token') }}</a></span>
<span class="new-button"><a href="{{ url('apps/my') }}" class="btn btn-default btn-sm"><span class="fa fa-rocket"></span> &nbsp;{{ trans('modules.my_apps') }}</a></span>
@endsection
@section('content')