@extends('layout') @section('content_title') Vizsgálatkérések @endsection @section('top_button') @if(!Gate::allows('admin') && !Gate::allows('soft_admin')) @can('office_enabled') Új citologiai Új onkologiai Új dermatopatologiai Új patologiai @endcan @endif @endsection @section('content')
@csrf
{!! html_select('type', $filter['type_list'], old('type', $filter['type']), $errors, false, 'form-control type') !!}
@canany(['admin', 'soft_admin'])
{!! html_select('office', select2_value('office', old('office', [$filter['office']])), old('office', $filter['office']), $errors, false, 'form-control office') !!}
@endcan
@canany(['admin', 'soft_admin'])
{!! html_select('status', $filter['status_list'], old('status', $filter['status']), $errors, false, 'form-control type') !!}
@endcan
@canany(['admin', 'soft_admin'])
@csrf @endcan @canany(['admin', 'soft_admin']) @endcan
 ID Űrlap Rendelő neve Beküldő állatorvos Tulajdonos neve Állat neve/jelölése Beküldés dátuma Képek  
@canany(['admin', 'soft_admin'])
@include('Inquiries.modal') @endcan @endsection @push('scripts') @endpush