@extends('layouts.master_app') @section('title') Agregar ticket @endsection @section('css') @endsection @section('content')

Agregar ticket

@csrf

Prioridad

Selecciona una prioridad para el ticket.

Tipo

Selecciona el tipo de ticket.

Crear nuevos tipos

General

@endsection @section('js') @endsection