Remove components from the pages itself

parent 55008316
......@@ -23,9 +23,6 @@
@endpush
@section('content')
<page-form :locales="{{ json_encode(LaravelLocalization::getSupportedLocales()) }}"
:translations="{{ json_encode(['page' => trans('page::pages'), 'core' => trans('core::core')]) }}"
route="{{ route('api.page.page.store') }}"></page-form>
@stop
@section('footer')
......@@ -46,10 +43,6 @@
{ key: 'b', route: "<?= route('admin.page.page.index') ?>" }
]
});
$('input[type="checkbox"].flat-blue, input[type="radio"].flat-blue').iCheck({
checkboxClass: 'icheckbox_flat-blue',
radioClass: 'iradio_flat-blue'
});
});
</script>
@endpush
......@@ -23,11 +23,6 @@
@endpush
@section('content')
<page-form :locales="{{ json_encode(LaravelLocalization::getSupportedLocales()) }}"
:translations="{{ json_encode(['page' => trans('page::pages'), 'core' => trans('core::core')]) }}"
:page-id="{{ $page->id }}"
route="{{ route('api.page.page.update', $page->id) }}">
</page-form>
@stop
@section('footer')
......@@ -48,10 +43,6 @@
{ key: 'b', route: "<?= route('admin.page.page.index') ?>" }
]
});
$('input[type="checkbox"].flat-blue, input[type="radio"].flat-blue').iCheck({
checkboxClass: 'icheckbox_flat-blue',
radioClass: 'iradio_flat-blue'
});
});
</script>
@endpush
......@@ -11,15 +11,6 @@
@stop
@section('content')
<div class="row">
<div class="col-xs-12">
<div class="box box-primary">
<div class="box-body">
<page-table :translations="{{ json_encode(['page' => trans('page::pages'), 'core' => trans('core::core')]) }}"></page-table>
</div>
</div>
</div>
</div>
@stop
@section('footer')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment