@extends('dashboard::layout.main') @section('pageHead') {{ __('news::header.title') }} | Sengine @endsection @section('pageStyle') @endsection @section('page_title')

{{ __('news::header.title') }}

@endsection @section('content')
{{ __('news::datatable.columns.photo') }} {{ __('news::datatable.columns.title') }} {{ __('news::datatable.columns.short_description') }} {{ __('news::datatable.columns.creation_date') }}
@endsection @section('extras') @include('dashboard::layout.partials.scrollup') @endsection @section('pageScripts') @endsection