@extends('layouts.adminapp')
@section('content')
{{-- Pay Head --}}
{{__('lng.SiNo')}} | {{__('lng.User')}} | {{__('lng.Contact')}} | {{__('lng.Type')}} | {{__('lng.Date')}} | {{--{{__('lng.Action')}} | --}}|
---|---|---|---|---|---|---|
{{++$si}} | {{$Notification->User->name ?? ''}} | {{$Notification->User->mobile ?? ''}} | {{$Notification->type}} | {{date("F-d-Y",strtotime($Notification->date))}} | {{--{{__('lng.Accept')}} | --}} |
{{$Notifications->count()}} {{__('lng.Items')}}