@extends('layout') @section('content_title') Iktatókönyv @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('species', select2_value('species', old('species', $filter['species'])), old('species', $filter['species']), $errors, false, 'form-control species') !!}
{!! 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('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') !!}
Iktatószám Beérkezés dátuma Állatorvosi rendelő Tulajdonos neve Leletkiadás dátuma Állapot  
@endsection @push('scripts') @endpush