@extends('layouts.app') @section('title') {{ __('messages.vaccinated_patients') }} @endsection @section('css') @endsection @section('content')
@include('flash::message')
@include('layouts.search-component')
@include('vaccinated_patients.table')
@include('vaccinated_patients.add_modal') @include('vaccinated_patients.edit_modal') @include('partials.modal.templates.templates')
@endsection @section('page_scripts') @endsection @section('scripts') @endsection