App store install purchase app

This commit is contained in:
Cüneyt Şentürk
2019-11-20 17:11:35 +03:00
parent 8d50c8cedb
commit 771d73f0d1
7 changed files with 143 additions and 21 deletions

View File

@ -5,6 +5,7 @@
<div class="row">
<div class="col-9">
{!! Form::select('category', $categories, request('category'), ['class' => 'form-control form-control-sm table-header-search mt-0']) !!}
<a href="{{ route('apps.paid') }}" class="btn btn-sm btn-white card-buttons filter-button ml-2">{{ trans('modules.top_paid') }}</a>
<a href="{{ route('apps.new') }}" class="btn btn-sm btn-white card-buttons filter-button">{{ trans('modules.new') }}</a>
<a href="{{ route('apps.free') }}" class="btn btn-sm btn-white card-buttons filter-button">{{ trans('modules.top_free') }}</a>