@extends('layouts.admin') @section('content')

Edit Report Type

Be careful editing/deleteing names of Reports. This will cause all reports to be updated/deleted.

@csrf @method('DELETE')
@csrf @method('put')
Cancel
@endsection