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

{{__('Test Reasons')}}

@endsection @section('content')
@can('create_test_reason_list') {{ __('Create') }} @endcan
# {{__('Test Name')}} {{__('Action')}}
@endsection @section('scripts') @endsection