@extends('layouts.app') @section('title') {{ __('messages.lunch_break.generate_smart_patient_cards') }} @endsection @section('content')
@include('flash::message')
@include('smart-patient-cards.add_modal') @include('smart-patient-cards.show_modal')
@endsection