@extends('layout.base_layout') @section('content') @include('layout.sidebar_nav')

Edit Test Run {{$testRun->title}}

@can('delete_test_runs')
@csrf
@endcan
@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
Cancel
@endsection