@extends('layouts.app') @section('title') {{ __('messages.vaccinated_patients') }} @endsection @section('page_css') {{-- --}} @endsection @section('content')
@include('flash::message')
@endsection {{--let patientVaccinatedUrl = "{{ route('patient.vaccinated') }}"--}} {{-- --}} {{-- --}}