@extends('front.app.master')\ @section('title') Orders - jorayalogistics.com @endsection @section('content')
All Notifications
{{-- Delete All --}}
@php $not=\DB::table('notifications')->latest('created_at')->where('user_id',auth()->user()->id)->get(); @endphp @foreach ($not as $k=>$v)
{{ $v->title }}, {{ $v->body }} {{--   --}}

@endforeach
@endsection