@extends('layouts.app') @section('title','Test Method') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('test-method-create', $authRolePermissions)) @endif
@include('test-methods.table')
@endsection @section('js') @endsection