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

Editar anúncio

@include('cfp.components.error_alert')
SRL) }}"> @csrf @method("PUT")
@include("components.form-group", [ "label" => "Título", "name" => "title", "value" => $announce->TITLE, "placeholder" => "Título do anúncio ..." ]) @include("cfp.components.form-group", [ "control" => "textarea", "summernote" => true, "label" => "Texto", "name" => "text", "value" => $announce->NEWS_TEXT, "placeholder" => "Texto da notícia ..." ])
@include("components.form-group", [ "control" => "text", "name" => "lastUpdate", "label" => "Última vez atualizado", "value" => is_null($announce->UPDATE_DATE) ? "Nunca" : Helper::date_stringFormat($announce->UPDATE_DATE) ])
@include('cfp.components.form-group', ["control" => "button", "value" => "Editar Anúncio"])
@endsection @section('js') @endsection