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

Add Popup

@csrf
{{ createText('title', 'title', 'Title') }}

Note: Show button to redirect to specific url

{{ createTextarea('text', 'text ckeditor-classic', 'Description') }}

Published

Banner

{{ createImageInput('photo', 'Photo') }}
@endsection