@extends('layouts.app') @section('title', @$edit ? __('Edit Articles') : 'Add Article') @push('css') @include('panel.inc.datatable.css') @endpush @section('content')
@stop @push('script') @include('panel.inc.tinymce.js') @endpush