@extends('layout') @section('content_title') Leletezés @endsection @section('content')
@csrf
{!! html_select('reg_book', select2_value('registration_book', old('reg_book', $filter['reg_book'])), old('reg_book', $filter['reg_book']), $errors, false, 'form-control reg_book regbook_filter') !!}
{!! html_select('office', select2_value('office', old('office', [$filter['office']])), old('office', $filter['office']), $errors, false, 'form-control office') !!}
{!! html_select('species', select2_value('species', old('species', $filter['species'])), old('species', $filter['species']), $errors, false, 'form-control species') !!}
{!! html_select('breed', select2_value('breed', old('breed', $filter['breed'])), old('breed', $filter['breed']), $errors, false, 'form-control breed') !!}
{!! html_select('sex', select2_value('sex', old('sex', $filter['sex'])), old('sex', $filter['sex']), $errors, false, 'form-control sex') !!}
{!! html_select('anatomy', select2_value('anatomy', old('anatomy', $filter['anatomy'])), old('anatomy', $filter['anatomy']), $errors, false, 'form-control anatomy') !!}
{!! html_select('examiner', select2_value('pathologist', old('examiner', $filter['examiner'])), old('examiner', $filter['examiner']), $errors, false, 'form-control examiner') !!}
{!! html_select('pathologist', select2_value('pathologist', old('pathologist', $filter['pathologist'])), old('pathologist', $filter['pathologist']), $errors, false, 'form-control pathologist') !!}
{!! html_select('sample', select2_value('sample', old('sample', $filter['sample'])), old('sample', $filter['sample']), $errors, false, 'form-control sample') !!}
{!! html_select('submission', select2_value('submission', old('submission', $filter['submission'])), old('submission', $filter['submission']), $errors, false, 'form-control submission') !!}
{!! html_select('assistant', select2_value('assistant', old('assistant', $filter['assistant'])), old('assistant', $filter['assistant']), $errors, false, 'form-control assistant') !!}
{!! html_select('task', select2_value('task', old('task', $filter['task'])), old('task', $filter['task']), $errors, false, 'form-control task') !!}
{!! html_select('closed', $filter['closed_list'], old('closed', $filter['closed']), $errors, false, 'form-control closed') !!}
Iktatószám Beérkezés dátuma Állatorvosi rendelő Tulajdonos neve Feladat Leletkiadás dátuma  
@include('RegistrationBooks.modal') @endsection @include('RegistrationBooks.datatable_js', ['data' => route('registration_books.review.data')]) @push('scripts') @endpush