@extends( 'backend.layouts.app' ) @section('title', $moduleProperties['longModuleName']) @section('CSSLibraries') @endsection @section('JSLibraries') @endsection @section('content')

{{ $moduleProperties['longModuleName'] }}

@include( 'backend.layouts.notification_message' )

{{ str_plural($moduleProperties['longModuleName']) }} Data

{!! Form::open(['url' => '#', 'files' => 'true', 'id' => 'import-form']) !!} @include( 'backend/' . $moduleProperties['viewDir'] . '.form' ) {!! Form::close() !!}
{!! Form::select('type2', $type, $index, ['class' => 'form-control chosen']) !!}
Email Type File Date Created
@include( 'backend.layouts.modal' )
@endsection @section('inlineJS') @endsection