@extends('layouts.master') @section('title') @lang('Title') @endsection @section('css') @endsection @section('content')

News and Events List

has('search')) value="{{ request()->search }}" @endif>
@if ($message = Session::get('message'))
{{ $message }}
@endif
News and Events
@include('admin.newsandevents.list')
@endsection @section('script') @endsection