@extends('admin/layouts/default') {{-- title --}} @section('title') {{ trans($langFile.'.create-title') }} :: @parent @stop {{-- content --}} @section('content')
@include('admin.notifications')
@foreach (config('imports.templates.fields') as $key => $field)
@endforeach
{{ trans('admin/general.cancel') }}
@stop @section('scripts') @parent @stop