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

{{__('Test Reasons')}}

@endsection @section('content')

{{ __('Create test reason') }}

@csrf
@include('admin.test_reason_list._form')
@endsection @section('scripts') @endsection