@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')
@canany(['admin', 'soft_admin']) @include('Inquiries.modal') @endcan @endsection @push('scripts') @endpush