@extends('layouts.app') @section('styles') @endsection @section('main-content') @include('layouts.account_banner',['title'=>"Notifications","image"=>asset('assets/img/notification.jpg')])

Messages

@foreach($response->data as $notification) @endforeach

{{$notification->Creation_date}}

{{$notification->Transaction_type}}

delete Delete

@if($response->last_page>1) @endif
@endsection @section('scripts') @endsection