import not compatible with modules

This commit is contained in:
denisdulici
2019-04-04 17:54:03 +03:00
parent 4cb738f497
commit e44146efaa
3 changed files with 24 additions and 11 deletions

View File

@ -1,6 +1,6 @@
@extends('layouts.admin')
@section('title', trans('import.title', ['type' => trans_choice('general.' . $type, 2)]))
@section('title', trans('import.title', ['type' => trans_choice($namespace . 'general.' . snake_case(camel_case($type)), 2)]))
@section('content')
<div class="box box-success">