Fix Import Page title for modules

This commit is contained in:
Burak Çakırel 2020-01-06 12:52:51 +03:00
parent ce227d8967
commit 171359378d

View File

@ -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