@extends('layouts.app') @section('title', 'Create Popup Notif') @include('includes.filepond') @include('includes.validateCoreUi') @include('includes.summerNoted') @section('addcss') @endsection @section('content') @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif

Create Popup Notif

@csrf
Pilih Menu.
Masukan Title.
Upload Icon.
Cancel
@endsection @push('js') @endpush