Fix the Views namespace
This commit is contained in:
parent
eccd04b331
commit
980dc95607
3 changed files with 123 additions and 123 deletions
|
@ -162,7 +162,7 @@
|
||||||
@if ($mode == App\Conversation::SEARCH_MODE_CONV)
|
@if ($mode == App\Conversation::SEARCH_MODE_CONV)
|
||||||
@include('conversations/conversations_table', ['mailbox' => $search_mailbox, 'params' => ['target_blank' => true, 'show_mailbox' => (count(Auth::user()->mailboxesCanView(true)) > 1)]])
|
@include('conversations/conversations_table', ['mailbox' => $search_mailbox, 'params' => ['target_blank' => true, 'show_mailbox' => (count(Auth::user()->mailboxesCanView(true)) > 1)]])
|
||||||
@else
|
@else
|
||||||
@include('freescout-restricted-customers::customers/partials/customers_table')
|
@include('mmfrestrictedcustomers::customers/partials/customers_table')
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
@section('title', 'Add Customer (MillionsMissingFrance)')
|
@section('title', 'Add Customer (MillionsMissingFrance)')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@include('freescout-restricted-customers::customers/partials/edit_form', ['save_button_title' => __('Add')])
|
@include('mmfrestrictedcustomers::customers/partials/edit_form', ['save_button_title' => __('Add')])
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('javascript')
|
@section('javascript')
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@include('customers/profile_tabs')
|
@include('customers/profile_tabs')
|
||||||
@include('freescout-restricted-customers::customers/partials/edit_form')
|
@include('mmfrestrictedcustomers::customers/partials/edit_form')
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('javascript')
|
@section('javascript')
|
||||||
|
|
Loading…
Reference in a new issue