@extends('layouts.app') @section('page_css') @parent @endsection @section('content') @php $request_news_type_id = request('news_type_id') ?? ""; @endphp @if($has_rights['list'])
News and Updates
@if($has_rights['add']) Add New @endif
@endif @endsection @section('modals') @parent @endsection @section('page_scripts') @parent @endsection