@extends('default.layout') @section('content')

Novo Ticket

@csrf
@if($errors->has('departamento'))
{{ $errors->first('departamento') }}
@endif
@if($errors->has('assunto'))
{{ $errors->first('assunto') }}
@endif
@if($errors->has('mensagem'))
{{ $errors->first('mensagem') }}
@endif
Extensões permitidas .jpg, .png
@endsection