@extends('layouts.dashboard.layout') @section('content') @if(Session::has('flash_message_error')) × {!! session('flash_message_error') !!} @endif @if(Session::has('flash_message_success')) × {!! session('flash_message_success') !!} @endif Create Notification {{ csrf_field() }} Notification Title SMS Interval Select SMS Interval @foreach($sms as $item) {{ $item->length }} {{ $item->unit }} @endforeach Type (This will NOT be sent unless task is incomplete) Select Default Type of SMS NO Auto SMS Protection Plan Move Confirmation Boxes Purchased Description @endsection