@extends('admin.layouts.master') @section('page-title'){{$page}}@endsection @section('menu'){{$menu}}@endsection @section('content')

{{__('message.news')}}

{{__('message.news').' '.__('message.list')}}

@if(allowedTo('create_news')) @endif
@if(allowedTo('view_news_listing'))
{{ __('message.title').' ('.__('message.slug').')' }} {{ __('message.category') }} {{ __('message.summary') }} {{ __('message.created_on') }} {{ __('message.status') }} {{ __('message.actions') }}
@endif
@endsection @section('page-scripts') @endsection