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

Editar BUG

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

Editar bug

{{ csrf_field() }}
@include('admin.shared.resolvido-select', ['resolvido' => $bug->resolvido])
@endsection @section('js') @endsection