@extends ('core.layouts.app')
@section ('title', trans('labels.backend.customfields.management'))
@section('page-header')
{{ trans('labels.backend.customfields.management') }}
@endsection
@section('content')
# |
{{ trans('customfields.module_id') }} |
{{ trans('customfields.field_type') }} |
{{ trans('customfields.name') }} |
{{ trans('general.createdat') }} |
{{ trans('labels.general.actions') }} |
@endsection
@section('after-scripts')
{{-- For DataTables --}}
{{ Html::script(mix('js/dataTable.js')) }}
@endsection