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

Test Plans @can('add_edit_test_plans') id)}}"> @endcan

@foreach($testPlans as $testPlan)

{{$testPlan->title}}

@if($testPlan->data) {{count(explode("," , $testPlan->data))}} @else 0 @endif test cases | {{$testPlan->created_at->format('d-m-Y')}}
@if($testPlan->description)
{{$testPlan->description}}
@endif
@can('add_edit_test_runs') Start new test run @endcan @can('add_edit_test_plans') id, $testPlan->id]) }}" class="btn btn-sm btn-outline-dark mx-3"> Edit @endcan
@endforeach
@endsection