@extends('template.index') @section('title','Atualizar Mensagem') @section('content')

Editar Mensagem

@csrf @method('PUT')
Tipo:
type != 'texto') style="display:none" @endif> Descrição:

type == 'texto') style="display:none" @endif> URL: type == 'texto') disabled @endif id="teste" type="text" class="form-control" name="description" value="{{ $advice->description }}">

@endsection @section('js') @endsection