@extends('admin.layouts.app') @section('panel')
{{ __(ucfirst($userType)) }} @lang('Sent') @lang('Sender') @lang('Subject') @lang('Action') @forelse($logs as $log) @if ($userType == 'rider') @else @endif {{ showDateTime($log->created_at) }}
{{ diffForHumans($log->created_at) }} {{ keyToTitle($log->notification_type) }}
@lang('via') {{ __($log->sender) }} @if ($log->subject) {{ __($log->subject) }} @else @lang('N/A') @endif @if ($log->notification_type == 'email') @else @endif @empty @endforelse
@if ($logs->hasPages()) {{ paginateLinks($logs) }} @endif

@lang('Notification Details')

@lang('To'):

@endsection @if (request()->rider_id) @push('breadcrumb-plugins') @lang('Send Notification') @endpush @endif @if (request()->driver_id) @push('breadcrumb-plugins') @lang('Send Notification') @endpush @endif @push('script') @endpush