crud room, incident type, catalog, and sample-containers
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<select class="form-control rounded-left-0 rounded-right-0" name="concept_category_code" style="width: 250px !important;">
|
||||
<option value="all">- All Category -</option>
|
||||
@foreach($concept_categories as $concept_category)
|
||||
<option value="{{$concept_category->concept_category_code}}">{{$concept_category->concept_category_code}}</option>
|
||||
<option {{@$_GET['concept_category_code']==$concept_category->concept_category_code? 'selected':''}} value="{{$concept_category->concept_category_code}}">{{$concept_category->concept_category_code}}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
<button class="btn btn-md btn-inverse-secondary rounded-right-25 px-3" type="submit"><i class="fa fa-search"></i> {{__('general.btn_search')}}</button>
|
||||
@@ -54,10 +54,9 @@
|
||||
<thead>
|
||||
<tr class="bg-gradient-light">
|
||||
<th class="py-2" width="50px">{{__('laboratory.table_no')}}</th>
|
||||
<th class="py-2 text-center" width="100px">{{__('laboratory.table_action')}}</th>
|
||||
<th class="py-2" width="120px">{{__('general.code')}}</th>
|
||||
<th class="py-2">{{__('laboratory.table_name_en')}}</th>
|
||||
<th class="py-2">{{__('laboratory.table_name_kh')}}</th>
|
||||
<th class="py-2 text-center" width="170px">{{__('laboratory.table_action')}}</th>
|
||||
<th class="py-2" width="150px">{{__('general.code')}}</th>
|
||||
<th class="py-2">{{__('ឈ្មោះ')}}</th>
|
||||
<th class="py-2">{{__('Category')}}</th>
|
||||
<th class="py-2 text-center" width="100px">{{__('laboratory.table_status')}}</th>
|
||||
</tr>
|
||||
@@ -77,8 +76,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td class="py-1">{{$concept->code}}</td>
|
||||
<td class="py-1">{{$concept->name_en}}</td>
|
||||
<td class="py-1">{{$concept->name_kh}}</td>
|
||||
<td class="py-1">{{$concept->name}}</td>
|
||||
<td class="py-1">{{$concept->concept_category_code}}</td>
|
||||
<td class="py-1 text-center">
|
||||
<i class="mdi {{$concept->record_status_id == 1 ? 'mdi-check-circle text-primary' : 'mdi-checkbox-blank-circle-outline'}}"></i>
|
||||
@@ -119,19 +117,19 @@
|
||||
<div class="col-sm-12">
|
||||
<div class="form-group mb-1">
|
||||
<label for="lab-name-kh">{{__('លេខកូដ')}} <span class="text-danger"></span> </label>
|
||||
<input type="text" class="form-control form-control-sm" name="code" id="code" value="" />
|
||||
<input type="text" class="form-control" name="code" id="code" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<div class="form-group mb-1">
|
||||
<label for="lab-name-kh">{{__('laboratory.table_name_kh')}} <span class="text-danger">*</span> </label>
|
||||
<input type="text" class="form-control form-control-sm" name="name_kh" id="name-kh" value="" placeholder="{{__('laboratory.table_name_kh')}}"/>
|
||||
<input type="text" class="form-control " name="name_kh" id="name-kh" value="" placeholder="{{__('laboratory.table_name_kh')}}"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<div class="form-group mb-1">
|
||||
<label for="lab-name-en">{{__('laboratory.table_name_en')}} <span class="text-danger">*</span></label>
|
||||
<input type="text" class="form-control form-control-sm rounded-right-0" name="name_en" id="name-en" value="" placeholder="{{__('laboratory.table_name_en')}}">
|
||||
<input type="text" class="form-control" name="name_en" id="name-en" value="" placeholder="{{__('laboratory.table_name_en')}}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
|
||||
Reference in New Issue
Block a user