Fix Import Page title for modules
This commit is contained in:
parent
ce227d8967
commit
171359378d
@ -1,6 +1,6 @@
|
|||||||
@extends('layouts.admin')
|
@extends('layouts.admin')
|
||||||
|
|
||||||
@section('title', trans('import.title', ['type' => trans_choice('general.' . $type, 2)]))
|
@section('title', trans('import.title', ['type' => trans_choice($namespace . 'general.' . $type, 2)]))
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="card">
|
<div class="card">
|
||||||
@ -46,4 +46,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user