@extends('body') @section('page-plugin-styles') @endsection @section('page-plugin-js') @endsection @section('page-scripts') @endsection @section('content')
@include('notifications') @if(isset($data)) @if($old)
{{csrf_field()}}
You have some form errors. Please check below.
{{session('data')['title']}}
{{csrf_field()}}
Create New Greetings Text
Greetings Random Text
@if(!empty($data['greetings'])) @foreach($data['greetings'] as $key=>$row)
No When to Display Text Actions
{{ $x }} {{ str_replace('_',' ', $row['when']) }} {{ $row['greeting'] }}