@extends('layouts.app') @section('title') {{ __('messages.patient_id_card.patient_id_card') }} @endsection @section('content')
@include('flash::message')
@endsection @section('scripts') @endsection