@extends('layouts.app') @section('title','Test Unit') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('test-package-edit', $authRolePermissions)) @endif
@include('test-units.table')
@endsection @section('js') @endsection