@extends('layouts.app') @section('title') {{ __('messages.patient_id_card.generate_patient_id_card') }} @endsection @section('css') @endsection @section('content')
@include('flash::message') @include('generate_patient_id_card.create_modal') @include('generate_patient_id_card.show')
@endsection @section('page_scripts') @endsection