@extends('adminlte::page') @section('title') Adicionar BUG - {{ config('app.name')}} @endsection @section('content_header')

Adicionar BUG

@stop @section('content')
@include('layouts.errors-and-messages')

Novo bug

{{ csrf_field() }}
@endsection @section('js') @endsection