modules styles updated
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
@section('content')
|
||||
@include('partials.modules.bar')
|
||||
|
||||
<h2 class="text-primary">{{ trans('modules.my.purchased') }}</h2>
|
||||
<h2>{{ trans('modules.my.purchased') }}</h2>
|
||||
<div class="row">
|
||||
@if ($purchased)
|
||||
@foreach ($purchased as $module)
|
||||
@@ -23,7 +23,7 @@
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<h2 class="text-primary">{{ trans('modules.my.installed') }}</h2>
|
||||
<h2>{{ trans('modules.my.installed') }}</h2>
|
||||
<div class="row">
|
||||
@if ($modules)
|
||||
@foreach ($modules as $module)
|
||||
|
Reference in New Issue
Block a user