@extends('backend.template') @section('content')

Edit Shortcode

@csrf
{{ createText('title', 'title', 'Title', '', $data->title) }}
{{ createPlainTextarea('text', 'text', 'Text', $data->text) }}
{{ createPlainTextarea('description', 'description ', 'Description', $data->description) }}
@endsection