@extends('backend.layouts.app') @section('title') {{ __('Modules') }} - {{ config('settings.app_name') !== '' ? config('settings.app_name') : config('app.name') }} @endsection @section('admin-content')
{{ __('Drag and drop your module file here, or') }} {{ __('to select a file.') }}
{{ __('Drag and drop your module file here, or') }}
{{ $module['description'] }}
{{ __('Tags:') }} @foreach ($module['tags'] as $tag) {{ $tag }} @endforeach