@extends('templates.app') @section('container')
@php $filter = [ [ 'filter' => 'read', ], [ 'filter' => 'unread', ], ]; @endphp









@endsection