@extends('layouts.app') @section('title') {{__('Test Reason Items')}} @endsection @section('breadcrumb')

{{__('Test Reason Items')}}

@endsection @section('content')
@can('create_test_reason_item') {{ __('Create') }} @endcan
# {{__('Test Reason Item')}} {{__('Key')}} {{__('Action')}}
@endsection @section('scripts') @endsection