@extends('admin.layout') @section('content') Notification Dashboard Add Nofification Add Notification Notification List @csrf Product For ALL @if (!empty($products)) @foreach ($products as $product) {{ $product->name }} @endforeach @endif @if ($errors->has('title')) {{ $errors->first('title') }} @endif Title @if ($errors->has('title')) {{ $errors->first('title') }} @endif Description @if ($errors->has('notification')) {{ $errors->first('notification') }} @endif Submit @endsection @push('footer-script') @endpush