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

Edit Test Plan {{$testPlan->title}}

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

@endif
@csrf
Cancel

Select Test Cases

@include('test_plan.tree')
@endsection @section('footer') @endsection