@extends('cfp.layouts.master') @section('css') @endsection @section('content')

PUBLISH NEW NEWS

@include('cfp.components.error_alert')
@csrf
@error("type")
{{ $message }}
@enderror
@include("cfp.components.form-group", [ "label" => "URL", "name" => "redirect", "value" => old("redirect"), "placeholder" => "Redirect URL ..." ]) @include("cfp.components.form-group", [ "label" => "Brief description", "name" => "desc", "value" => old("desc"), "placeholder" => "Description" ])
@error("desc_type")
{{ $message }}
@enderror
@include("cfp.components.form-group", [ "no_label" => true, "label" => "URL da imagem", "name" => "url", "extra_cls" => "preview", "value" => old("url") ])
@include("cfp.components.form-group", [ "label" => "Publication Date and Time", "name" => "startDate", "value" => old("startDate"), "placeholder" => "Click to select ...", "autocomplete" => true, "extra_cls" => "dtpicker" ]) @include("cfp.components.form-group", [ "label" => "End Date and Time", "name" => "endDate", "value" => old("endDate"), "placeholder" => "Click to select ...", "autocomplete" => true, "extra_cls" => "dtpicker" ])
@include('cfp.components.form-group', ["control" => "button", "value" => "Criar Destaque"])
@endsection @section('js') @endsection