@extends('layouts.user') @section('sidebar') @include('frontend.components.user-layout-sidebar') @endsection @section('body_class') fill_data shop invoice @endsection @section('content')

الاشعارات

@foreach ($notifications as $_notification)
{{ $_notification->content }}

@endforeach
@endsection