@extends('layout.base_layout') @section('content') @include('layout.sidebar_nav') {{-- TEST SUITES TREE COLUMN--}}
{{-- COLUMN header--}}
Test Run {{$testRun->title}} @can('add_edit_test_runs') @endcan
@include('test_run.chart')
{{-- @include('test_run.tree')--}} @include('test_run.test_cases_list')
Select Test Case
@endsection @section('footer') @endsection